# OpenInBuilderMode

> This flag forces the picker to open in builder mode.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Search](/engine/6000.5/script-reference/unityengine/search.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
OpenInBuilderMode = 4194304
```

### Remarks

When this flag is set, the picker will open in builder mode. When it is not set, the picker will open in the last mode used.

### Examples

```csharp
[SearchContext("t:material", "asset", SearchViewFlags.OpenInBuilderMode)]
public Material selectMaterial;
```
