# OpenInTextMode

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

## Definition

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

```csharp
OpenInTextMode = 8388608
```

### Remarks

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

### Examples

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