This version of Unity is unsupported.

AndroidAssetPackState

class in UnityEngine.Android

/

Implemented in:UnityEngine.AndroidJNIModule

Description

Represents the state of a single Android asset pack.

The state is received as a callback after AndroidAssetPacks.GetAssetPackStateAsync is called. See Also: AndroidAssetPacks.GetAssetPackStateAsync.

Properties

errorIndicates an error code that describes what happened when querying the Android asset pack state.
nameThe name of the Android asset pack the status query is for.
statusThe status of the Android asset pack.