Application.GetStreamProgressForLevelstatic function GetStreamProgressForLevel (levelIndex : int) : floatDescriptionHow far has the download progressed? [0...1] In the webplayer this returns the progress of this level. See Also: CanStreamedLevelBeLoaded function.
JavaScript
// Print on a guiText how much has been streamed level at index 1 using UnityEngine; import UnityEngine static function GetStreamProgressForLevel (levelName : String) : floatDescriptionHow far has the download progressed? [0...1] In the webplayer this returns the progress of this level. See Also: CanStreamedLevelBeLoaded function.
JavaScript
// Print on a guiText how much has been streamed "Level1" using UnityEngine; import UnityEngine |
