Method group is Obsolete
Application.GetStreamProgressForLevel
Suggest a changeSuccess!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseSubmission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close Obsolete public static float GetStreamProgressForLevel(int levelIndex);
Description
How far has the download progressed? [0...1].
In the webplayer this returns the progress of this level.
See Also: CanStreamedLevelBeLoaded function.
Webplayer support is not part of 5.4.0 and later.
Obsolete public static float GetStreamProgressForLevel(string levelName);
Description
How far has the download progressed? [0...1].
In the webplayer this returns the progress of this level.
See Also: CanStreamedLevelBeLoaded function.
Webplayer support is not part of 5.4.0 and later.