com.unity.addressables 1.2.4

com.unity.addressables

Notes: processedReleased September 18, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

🔄 Changes

  • Further improvement to the % complete calculations.
  • - Note that this is an average of dependency operations. Meaning a LoadAssetsAsync call will average the download, and the loading progress. DownloadDependenciesAsync currently has one extra op, so the download will crawl to 50%, then jump to done (we will look into removing that). Similarly any op that is called before Addressables init's will jump to 50% once init is done.