What are the Application commands in untiy 5.3?

Asked

Viewed 70 times

0

What is the new command of unity 5.3? The Application.Quit(); is obsolete and already I want to change, not to bug, someone can help me ?

  • 1

    Why do you think version 5.3 would have a "new" command (or why do you think it’s obsolete)? Second the documentation the Application.Quit exists normally in this version. And there is no information there about obsolecence.

  • Further information: http://answall.com/questions/106194/qual-%C3%A9-o-comando-para-fechar-ou-sair-do-jogo-criado-na-Unity

1 answer

0


The Application keeps running smoothly. But now they recommend the use of Scenemanager, to use it Voce must import "using.UnityEngine.Scenemanagement;". For example to change scenes use : Scenemanager.Loadscene(sceneName);

  • Yeah, but to get out of the game using the SceneManager? After all, what the Application.Quit Just shut the game down...

  • You can continue using it without problems like all other functions of the application

  • I know you can. That’s not what I asked. What I meant is, why "now they recommend using Scenemanager" to end the application? :)

  • And to end the game, Scenemanager has this function ?

  • From what I researched there is no

  • thanks a lot for the help, develops-pain of games is afraid to end up bugging the game, obg kkk

Show 1 more comment

Browser other questions tagged

You are not signed in. Login or sign up in order to post.