Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidAssetPackInfo

Represents the download progress of a single Android asset pack.
Read time 1 minuteLast updated 6 days ago

Definition

public class AndroidAssetPackInfo

Remarks

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

Properties

Property

Description

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.