error
Indicates an error code that describes what happened when querying the Android asset pack state.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public AndroidAssetPackError error { get; }
Remarks
The default value is AndroidAssetPackError.NoError which indicates no errors. Read-only. Additional Resources: AndroidAssetPackError, AndroidAssetPacks.GetAssetPackStateAsync.