AndroidAssetPackInfo

class in UnityEngine.Android

/

Implemented in:UnityEngine.AndroidJNIModule

Description

Represents the download progress of a single Android asset pack.

The download progress is received as a callback after AndroidAssetPacks.DownloadAssetPackAsync is called. Additional resources: AndroidAssetPacks.DownloadAssetPackAsync.

Properties

bytesDownloadedThe downloaded size of the Android asset pack in bytes.
errorIndicates an error which the device encountered when downloading the Android asset pack.
nameThe name of the Android asset pack that the device is downloading.
sizeThe total size of the Android asset pack in bytes.
statusThe status of the Android asset pack that the device is downloading.
transferProgressThe transfering progress of the downloaded Android asset pack.

Did you find this page useful? Please give it a rating: