com.unity.addressables 1.21.9
Source docsNotes: processedReleased March 14, 2023
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.3)
🔄 Changes
- Removed code within WriteObjectToByteList that would never be reached
- Fixed an issue where SceneOps would have update called on them twice per frame
- Fixed an issue where in some circumstances an Operation would continue to have update called on it even after it finished.
- Fixed an issue with Labels window after a domain reload causing a null reference exception.
- Added Remove all unused labels option to labels popup window.
- Fixed issue when not including the address and guid in catalog using content update workflow, would always indicate the asset as changed
- Fixed Addressables profiler module help links to documentation.
- Fixed issue where scenes unloaded due to another scene loading in single mode, would result in the profiler module still reporting the scene as loaded.
- Groups window will now show labels of entries that are not a part of the settings.
- Fixed 404s when uploading files with incorrect environment ID
- Fixed issue where BuildLayoutGenerationTask would sometimes fail in large projects
