downloadedAssetPacks
Gets the names of Android asset packs downloaded by this operation.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public string[] downloadedAssetPacks { get; }
Remarks
This property returns the names of asset packs that the device downloaded and made available to the app based on the download request that this async operation represents. To get the path to the directory that contains the assets, call AndroidAssetPacks.GetAssetPackPath. Read-only. Additional Resources: AndroidAssetPacks.GetAssetPackPath, [[DownloadAssetPackAsyncOperation.isDone DownloadAssetPackAsyncOperation.progress.