Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


size

Gets the total size in bytes of all Android asset packs that had their status checked by this operation.
Read time 1 minuteLast updated 6 days ago

Definition

public ulong size { get; }

Remarks

Until the operation is complete and GetAssetPackStateAsyncOperation.isDone returns true, this returns 0. This value includes the size of both already downloaded and not yet installed Android asset packs. Read-only. Additional Resources: GetAssetPackStateAsyncOperation.isDone, GetAssetPackStateAsyncOperation.states.