What is the new command for unity 5.3
? The Application.Quit();
is obsolete and I already want to change, so I can not bugar, can anyone help me?
What is the new command for unity 5.3
? The Application.Quit();
is obsolete and I already want to change, so I can not bugar, can anyone help me?
Application continues to run smoothly. But now they recommend using SceneManager, to use it you should import "using.UnityEngine.SceneManagement;" For example to change scene use: SceneManager.LoadScene (sceneName);