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
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
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.