Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WWW.isDone

Switch to Manual
public bool isDone;

Description

Is the download already finished? (Read Only)

You should not write loops that spin until download is done; use coroutines instead. An empty loop that waits for isDone will block in the web player.