# status

> The status of the Android asset pack that the device is downloading.

## Definition

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

```csharp
public AndroidAssetPackStatus status { get; }
```

### Remarks

Read-only. Additional Resources: [AndroidAssetPackStatus](/engine/6000.5/script-reference/unityengine/android/androidassetpackstatus.md), [AndroidAssetPacks.DownloadAssetPackAsync](/engine/6000.5/script-reference/unityengine/android/androidassetpacks/downloadassetpackasync.md).
