com.unity.addressables 1.16.7
Notes: processedReleased October 22, 2020
Unity Compatibility
Minimum Unity: 2018.4
Package Dependencies
- com.unity.modules.assetbundle (1.0.0)
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.modules.unitywebrequestassetbundle (1.0.0)
- com.unity.scriptablebuildpipeline (1.14.0)
🔄 Changes
- Fixed issue where InvalidHandle errors were getting thrown if an operation failed with releaseDependenciesOnFailure turned on.
- Fixed group build and load paths not being saved when editing multiple groups at once
- Changed Analyze Result data to be cached in the Library. Result data was previously stored in Assets/AddressableAssetsData/AnalyzeData/AnalyzeRuleData.asset. It is now stored in Library/com.unity/addressables/AnalyzeData/AnalyzeRuleData.json. If detected, the Assets - version of the Analyze data will be automatically cleaned up.
- Fixed line in AsyncOperationHandle documentation that told the wrong API for acquiring a handle
- Moved the content update documents to their own page. Expanded and clarified information on the update process
