- Home /
time between scenes (loading time)
On an android game i'm developing i'm trying to add an animated "loading..." texture between two levels (scenes). It consists of three images "loading. " , "loading.. " , "loading..." that should change over time but i noticed that both time.time and time.deltatime methods are stopped in the time between the ending of a level and the starting of a new one, so it's displayed only the first texture "loading. ". How can i change over time this texture?
Are you using Pro? If so you can LoadLevelAsync which will keep the previous scene active while the new one is loaded - though this is actually far from perfect - there are still delays at the end of loading.
I know everyone hates this but, try searching a bit. What I have found :
http://answers.unity3d.com/questions/39317/animated-loading-screen.html
http://answers.unity3d.com/questions/9516/how-to-speed-up-and-smooth-over-any-load-times-on.html