show loading progress

Hello. I have question. How can I show the players the loading progress of a level? I have a big game and sometimes the levels are loading longer… How can I make a bar to show the loading progress of a level? Or how can I show it like “LOADING… 69%”, “LOADING… 70%”, etc. ?

Thanks for help

1 Answer

1

Answered here http://unity3d.qatohost.com/questions/25893/getting-loading-progress-for-a-level.html

in this ansered answer I dont understand how to show the progress using GUI Texture or normal numbers in % :(

It just says that it does not work as expected but for web player you can use http://unity3d.com/support/documentation/ScriptReference/Application.GetStreamProgressForLevel.html

aaahhh this can work:) thank you for the answer :D