Search Issue Tracker
Fixed in 1.12.0
Votes
0
Found in [Package]
0.4.6 - preview, 1.3.8
Issue ID
1197695
Regression
Yes
AddressableAssetSettings.asset gets modified when assets get modified, even though the configuration does not change
How to reproduce:
1. Open user-submitted project (736949)
2. Make sure 'Verify Saving Assets' is enabled in Unity preferences
3. Change the color of Sample.mat
4. Save the changes via File > Save
5. Attempt to save changes again
Expected result: no changes should have been made to AddressableAssetSettings
Actual result: AddressableAssetSettings has changed since the first save and needs to be saved again
Reproducible with: 2018.4.13f1, 2019.2.12f1, 2019.3.0b10, 2020.1.0a13
Could not test with: 2017.4.34f1(Addressable Assets not yet introduced)
Reproducible with package versions: 0.4.6 - preview, 1.3.8
Not reproducible with package versions: 0.3.5 - preview
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 1.12.0):
Issue was fixed so that the file should not be dirtied without changes. Fixed in https://github.cds.internal.unity3d.com/unity/Addressables/pull/428