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
- Edge detection fails, _BlitTexture_TexelSize is 0
- Rotating GameObjects is not possible when transform.up is assigned through script
- [Android] Shadowmap Shadows have graphical errors on Android when the default Screen Recorder setting is turned on
- Editor crashes on physx::PxcDiscreteNarrowPhasePCM or freezes when instantiating many GameObjects
- [RenderingDebugger] Wireframe mode is not fully rendered in the Scene View
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