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 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public ulong size { get; }
Remarks
Until the operation is complete and _isDone returns true, this returns 0. This value includes the size of both already downloaded and not yet installed Android asset packs. Read-only.