# downloadedAssetPacks

> Gets the names of Android asset packs downloaded by this operation.

## Definition

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

```csharp
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](/engine/6000.5/script-reference/unityengine/android/androidassetpacks/getassetpackpath.md). Read-only. Additional Resources: [AndroidAssetPacks.GetAssetPackPath](/engine/6000.5/script-reference/unityengine/android/androidassetpacks/getassetpackpath.md), \[\[DownloadAssetPackAsyncOperation.isDone [DownloadAssetPackAsyncOperation.progress](/engine/6000.5/script-reference/unityengine/android/downloadassetpackasyncoperation/progress.md).
