Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EnterPlaymode()

Switches the editor to Play mode.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static void EnterPlaymode()

Remarks

Equivalent to setting _isPlaying to true. Additional Resources: EditorApplication.isPlaying.