com.unity.addressables 1.16.6

com.unity.addressables

Notes: processedReleased October 13, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔄 Changes

  • Group hierarchy support in groups window by detecting '-' in group name
  • - This can be turned on & off in the addressable asset settings inspector: Group Hierarchy with Dashes
  • - This only affects the visual display, groups are still stored in the main settings object in a flat list
  • - The group name is unaffected. If you name a group "x-y-z" that will be it's name, but, with the option on, it will display as if it was in a folder called "y" that was inside a folder called "x"
  • Fixed fast mode resource locator Keys property to expand all possible keys when accessed. For large projects with many addressable entries and folders, this property may be slow when called for the first time.
  • Group hierarchy support
  • Added detailed build layout feature. See documentation for details.
  • Fixed issue where assets in Resources weren't show full key in Groups window
  • Fixed issue where loading Addressables from a different project was throwing errors.
  • Fixed WriteSerializedFiles profile event timings when using the detailed build log
  • Selecting multiple Resources and checking "addressable" now display a single popup
  • Fixed CreateArrayResult wouldn't work with classes derived from Object, only the base class, so not for ScriptableObject. Also added test
  • Fixed exceptions not handled while loading ContentCatalog
  • Fixed issue where passing false into releaseDependenciesOnFailure was still releasing dependencies on failure
  • Fixed issue where failed operations could over release their dependencies.
  • Changes to an AssetReference rendered by AssetReferenceDrawer now register as a GUI change
  • Added a checkbox in settings to ignore invalid/unsupported files during build
  • empty folders are cleaned-up when moving multiple resources fails
  • fixed bug where an error would occur when moving resources for paths without extensions
  • Fixed issue where AddressableAsset files locked by version control couldn't be modified.