Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CancelAssetPackDownload(string[])

Cancels Android asset pack downloads.
Read time 1 minuteLast updated 10 days ago

Definition

public static void CancelAssetPackDownload(string[] assetPackNames)

Parameters

assetPackNames

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
InvalidOperationException
.