enterPlayModeOptionsEnabled
Determines whether the Enter Play Mode Options are enabled in the Unity Editor or not.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool enterPlayModeOptionsEnabled { get; set; }
Remarks
This feature helps reduce Editor iteration time by allowing you to disable Domain Reload and Scene Reload from the Enter Play Mode process by changing the EditorSettings.enterPlayModeOptions Editor Settings.