# Default

> Reveals the system bars with system gestures, such as swiping from the edge of the screen where the bar is hidden.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
Default = 1
```

### Remarks

The system bars remain visible until those are hidden again by calling [AndroidWindowInsets.Hide](/engine/6000.5/script-reference/unityengine/android/androidwindowinsets/hide.md).
