|
When I Load a certain level my game (on the iphone) just waits for the level to load (3-4) seconds and starts the level How can I implement a small bar that will tell the player how far its loading or a loading screen that will play whilst the game loads?
(comments are locked)
|
|
you can create a smaller scene that just display a "please wait" type message and then load the real scene with Application.LoadLevelAsync. http://forum.unity3d.com/threads/4379-Level-loading-progress Thank you very much
Jan 13 '11 at 05:53 PM
AtomicMarine
(comments are locked)
|
|
Hi , In asset srore is aviable this plug-in: http://u3d.as/content/gem-studios/loading-android/2KH if you have a long loading period in your game and need to show a simple loading spalsh bar, this can be the solution!
(comments are locked)
|
