com.unity.addressables 1.22.2
Source docsNotes: processedReleased July 11, 2024
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
- com.unity.modules.assetbundle (1.0.0)
- com.unity.modules.imageconversion (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.modules.unitywebrequestassetbundle (1.0.0)
- com.unity.scriptablebuildpipeline (1.21.24)
🔄 Changes
- Fixed memory leak when loading Sprite objects from a SpriteAtlas asset.
- Added support for directly calling Release() on AsyncOperationHandles that didn't have the option to.
- Fixed issue where operation that uses WaitForCompletion can timeout much earlier than it should.
- Sort collections to make serialized editor files deterministic
- Fixed an issue where tearing down the Addressables instance could happen before user teardown code was getting called.
- Fixed issue where labels on an addressable sub-entry are incorrectly added to the former parent entry.
