- Home /
How to Load a current level as back?
Hi all Unities,
Any one please write me for how to turn back a loaded scene
with same state and continue to play about it without mess up any thing inside the scene?
Answer by Waz · Sep 07, 2011 at 12:47 PM
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?
Sorry, That sentence just made my head explode. I guess I need a bigger parse buffer.
Sorry I don't mean to make your head blow... if you later found an answer do write to me again, thanks again.
Your answer
Follow this Question
Related Questions
problems with continuous audio between scenes 1 Answer
load next scene during current scene 1 Answer
Missed Input Events with Joystick 0 Answers
Loading the Next Level By Increments 1 Answer