Unity Engine documentationScript ReferenceUnityEngineUnityEngine.AndroidGetAssetPackStateAsyncOperationisDoneChecks if the operation is finished.Read time 1 minuteLast updated 13 days agoDefinition Type: Property Namespace: UnityEngine.Android Assembly: UnityEngine.AndroidJNIModule public bool isDone { get; } Remarks Returns true if the operation is finished. Otherwise, returns false. Once the property returns true, _size and _states properties can be called to get results. Read-only. Additional Resources: _keepWaiting, _size, _states