com.unity.addressables 1.4.0

com.unity.addressables

Notes: processedReleased November 22, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

🔄 Changes

  • Added the ability to disable checking for content catalog updates during initialization.
  • Fixed issue where turning off Include in Build in the right circumstances would throw an exception.
  • Made internal classes and members public to support custom build scripts.
  • Exposed Addressables.InstanceProvider to allow for setting up runtime specific data on custom instance providers.
  • Fixed issue with filenames being too long to write to our Temp cache of AssetBundles.
  • Changed ProcessGroup in BuildScriptFastMode to directly create catalog entries from Addressable entries.
  • Added progress bar to Fast Mode when creating content catalog.