ResolutionDialogSetting
Resolution dialog setting.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ResolutionDialogSetting
Remarks
This enum is used when setting the behaviour of the resolution dialog in PlayerSettings.
Additional Resources: PlayerSettings.displayResolutionDialog, PlayerSettings.
Fields
Value | Description |
|---|---|
| Disabled | Never show the resolution dialog. |
| Enabled | Show the resolution dialog on first launch. |
| HiddenByDefault | Hide the resolution dialog on first launch. |