AccessDenied
Indicates that the application does not have permission to download asset packs under the current device circumstances.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
AccessDenied = -7
Remarks
One possible cause of this is that the application is running in the background. Additional Resources: AndroidAssetPacks.DownloadAssetPackAsync, AndroidAssetPacks.GetAssetPackStateAsync.