DownloadAssetsEvent
Gets fired every time a new asset file has been downloaded.
Fields
Section titled “Fields”progressdoubleThe overall download progress as a value from 0.0 to 1.0
downloadedByteslongThe total number of bytes downloaded so far.
totalByteslongThe total size of all assets in bytes.
currentFileStringThe name or path of the asset currently being downloaded.
currentFileByteslongThe number of bytes downloaded for the current file.
currentFileSizelongThe total size of the current file in bytes.