How to Show The Progress For LevelLoading?

Here are two levels(Scenes):level(0)&levl(1)(Application starts with level(0)).
My problem is level(1) is very big ,and it would take about 8 seconds to load this level for the first time.However i don’t know how to show the progress for levelloading…
thx!

Make sure you build a streaming web player then use GetStreamProgressForLevel to show a progress bar for level loading status. Have fun!

sorry,i have to build a Windows Standalone player.

There are no progress information for Application.LoadLevel nor could you use it even if there were as the world pauses till LoadLevel has finished.

It starts, Unity halts, Unity continues as it is done with loading, new level starts

The OP could conceivably break his “level 1” into multiple parts using LoadLevelAdditive thereby giving him the means to fake a progress bar.

For stand alone player builds is there not some way to make it so that when a player clicks on “enter game” from your main splash or menu screen that somekind of animated logo or icon, text or anything show up that indicates to people that the aplication has not just froze and that it’s loading the scene in.???

MY main level takes about 20 or so secounds to load so once you click on the enter button it just kinda freezes, the music keeps playing OK but you wait about 20 seconds or so before the level loads. There MUST be some better way to do this for stand alone players.???

If so HOW?? Some kind of detailed tutorial on this would be bloody marvelous!! Not to mention helpfull as I see a lot of people are having this issue!!