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

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…

never mind i have figured out how to do animations using some scripting (thanks to 3D Buzz) and some camera animation done in 3ds