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
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
- [macOS] "Add Component" button is broken when the Editor is moved to a different MacOS workspace
- Player settings icons are not retrieved when using "PlayerSettings.GetIcons" method on PS4, PS5, Xbox
- Changes of MaterialPropertyBlock via Script reset when Sprite Renderer.Color is changed in animation
- Frame Debugger flickers when a Shader Graph Window is open
Add comment