# ResolutionDialogSetting

> Resolution dialog setting.

## Definition

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

> **Warning:**
>
> **Deprecated.** The Display Resolution Dialog has been removed.

```csharp
public enum ResolutionDialogSetting
```

## Remarks

This enum is used when setting the behaviour of the resolution dialog in [PlayerSettings](/engine/6000.5/script-reference/unityeditor/playersettings.md).

Additional Resources: [PlayerSettings.displayResolutionDialog](/engine/6000.5/script-reference/unityeditor/playersettings/displayresolutiondialog.md), [PlayerSettings](/engine/6000.5/script-reference/unityeditor/playersettings.md).

## Fields

| Value                                                                                                     | Description                                 |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [Disabled](/engine/6000.5/script-reference/unityeditor/resolutiondialogsetting/disabled.md)               | Never show the resolution dialog.           |
| [Enabled](/engine/6000.5/script-reference/unityeditor/resolutiondialogsetting/enabled.md)                 | Show the resolution dialog on first launch. |
| [HiddenByDefault](/engine/6000.5/script-reference/unityeditor/resolutiondialogsetting/hiddenbydefault.md) | Hide the resolution dialog on first launch. |
