Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


downloadedAssetPacks

Gets the names of Android asset packs downloaded by this operation.
Read time 1 minuteLast updated 10 days ago

Definition

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.