CancelAssetPackDownload(string[])
Cancels Android asset pack downloads.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public static void CancelAssetPackDownload(string[] assetPackNames)
Parameters
The array of names of the Android asset packs to cancel the download for.
Remarks
This method directly wraps Google's PlayCore plug-in API. If the PlayCore plug-in is missing, calling this method throws an .
InvalidOperationExceptionAdditional Resources: AndroidAssetPacks.DownloadAssetPackAsync.