# Completed

> Indicates that the device has downloaded the Android asset pack and the asset pack is available to the application.

## Definition

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

```csharp
Completed = 4
```

### Remarks

You can call AndroidAssetPacks.GetAssetPackPath to get the full path to this asset pack.

Additional Resources: [AndroidAssetPacks.GetAssetPackPath](/engine/6000.7/script-reference/unityengine/android/androidassetpacks/getassetpackpath.md), [AndroidAssetPacks.DownloadAssetPackAsync](/engine/6000.7/script-reference/unityengine/android/androidassetpacks/downloadassetpackasync.md), [AndroidAssetPacks.GetAssetPackStateAsync](/engine/6000.7/script-reference/unityengine/android/androidassetpacks/getassetpackstateasync.md)
