Answers for "unity quit in edtor"

C#
0

unity quit in edtor

#if UNITY_EDITOR
			UnityEditor.EditorApplication.isPlaying = false;
#else
			Application.Quit();
#endif
Posted by: Guest on October-31-2021

C# Answers by Framework

Browse Popular Code Answers by Language