Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


downloadedBytes

Returns the number of bytes of body data the system has downloaded from the remote server. (Read Only)
Read time 1 minuteLast updated 7 days ago

Definition

public ulong downloadedBytes { get; }

Remarks

If the UnityWebRequest has no download handler, this method will always return zero.