- Home /
Pausing loading new level and resuming
Hello,
i was wondering if it were possible to pause a scene the load a new scene, and after say 5 seconds return to the paused scene
i know how to pause, load a new scene. but returning back to the paused scene is a bit tricky.
If this is possible i will be able to do cut scenes in unity free version :D, just the returning bit is bugging me
thanks
Answer by Ajaxx84 · Sep 12, 2011 at 02:30 AM
My only thoughts on how this might be done (granted I'm no pro scripter) would be to use an autosave right before the load for the utscene then using waitForSeconds to autoload the autosave but I am not sure.. some info on save/loading can be found here..
http://answers.unity3d.com/questions/8480/how-to-scrip-a-saveload-game-option.html
Answer by theUndeadEmo · Sep 15, 2011 at 03:47 PM
never mind i have figured out how to do animations using some scripting (thanks to 3D Buzz) and some camera animation done in 3ds
Your answer

Follow this Question
Related Questions
disabling a script (MouseLook) 5 Answers
Coroutine randomly stops and continues after pausing and unpausing game 2 Answers
ManaBar plus pause 1 Answer
Problem with Pause and WaitForSeconds 2 Answers
i have some pausing errors 1 Answer