Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


bytesDownloaded

The number of bytes downloaded by this WWW query (read only).
Read time 1 minuteLast updated 6 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 int bytesDownloaded { get; }

Remarks

Returns the number of bytes downloaded when fetching content from a WWW source.