Unity Quit In Edtor

[Solved] Unity Quit In Edtor | Csharp - Code Explorer | yomemimo.com
Question : unity quit in edtor

Answered by : programming-doggo

#if UNITY_EDITOR	UnityEditor.EditorApplication.isPlaying = false;
#else	Application.Quit();
#endif

Source : | Last Update : Sun, 07 Nov 21

Answers related to unity quit in edtor

Code Explorer Popular Question For Csharp