m-haritonov
0
Q:

stop unity editor playing

 //C# public static class AppHelper
{     
  #if UNITY_WEBPLAYER     
    public static string webplayerQuitURL = "http://google.com";
  #endif     
    
  public static void Quit()     
  {         
    #if UNITY_EDITOR         
      UnityEditor.EditorApplication.isPlaying = false;                
    #endif     
    } 
}
0

New to Communities?

Join the community