Hi all Unities,
Any one please write me for how to turn back a loaded scenewith same state and continue to play
about it without mess up any thing
inside the scene?
1 Answer
1Just load the level again:
Application.LoadLevel(1);
Hi all Unities,
Any one please write me for how to turn back a loaded scenewith same state and continue to play
about it without mess up any thing
inside the scene?
Just load the level again:
Application.LoadLevel(1);
Thanks Allison, but my boss want me to do start from setup screen then goto play scene when user press a button load back to setup scene then again load to play scene but I tried to make 2 object DontDestroyOnLoad but that would not clear the screen by watching to playing scene with object instantiated just wandering if I could make it load to setup screen without destroy the instantiated object but not seeing them in the setup screen then user could load back to play scene without any loaded problems?
– BSVALVESorry, That sentence just made my head explode. I guess I need a bigger parse buffer.
– WazSorry I don't mean to make your head blow... if you later found an answer do write to me again, thanks again.
– BSVALVE