# size

> Gets the total size in bytes of all Android asset packs that had their status checked by this operation.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.5/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public ulong size { get; }
```

### Remarks

Until the operation is complete and [GetAssetPackStateAsyncOperation.isDone](/engine/6000.5/script-reference/unityengine/android/getassetpackstateasyncoperation/isdone.md) 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](/engine/6000.5/script-reference/unityengine/android/getassetpackstateasyncoperation/isdone.md), [GetAssetPackStateAsyncOperation.states](/engine/6000.5/script-reference/unityengine/android/getassetpackstateasyncoperation/states.md).
