# PackUnavailable

> Indicates that the requested Android asset pack is not available in the Google Play Store.

## Definition

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

```csharp
PackUnavailable = -2
```

### Remarks

One possible cause of this is that the Android App Bundle file you uploaded to the store does not include the specified Android asset pack. Additional Resources: [AndroidAssetPacks.DownloadAssetPackAsync](/engine/6000.5/script-reference/unityengine/android/androidassetpacks/downloadassetpackasync.md), [AndroidAssetPacks.GetAssetPackStateAsync](/engine/6000.5/script-reference/unityengine/android/androidassetpacks/getassetpackstateasync.md).
