Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
1.18.9
Issue ID
1340461
Regression
No
[Addressables] The internal ID for local static content group is changed after updating a previous build
How to reproduce:
1. Open the attached "case_1340461.zip" project
2. Select Window\Asset Management\Addressables\Groups and Build\New Build\Default Build Script
3. Navigate to [ProjectFolder]\Library\com.unity.addressables\aa\Windows and open catalog.json file
4. Observe the "defaultlocalgroup_assets_all" value
5. In the Project window, select New Folder/Cube and change its scale (or make any other modifications)
6. In the Addressables Groups window, select Tools\Check for Content Update Restriction and select Apply Changes
7. Select Build/Update a Previous Build
8. Navigate to [ProjectFolder]\Library\com.unity.addressables\aa\Windows and open catalog.json file
9. Observe the "defaultlocalgroup_assets_all" value
Expected result: values are the same
Actual result: values are not the same (new asset bundle is built for the static group)
Reproducible with: 1.16.10 - 1.18.9 (2018.4.36f1, 2019.4.28f1, 2020.3.11f1, 2021.1.11f1, 2021.2.0a20)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment