Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isDone

Is the download already finished? (Read Only)
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UnityWebRequestWWWModule
Warning
Deprecated. Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features
public bool isDone { get; }

Remarks

You should not write loops that spin until download is done; use coroutines instead.