Search Issue Tracker
By Design
Votes
0
Found in
2020.1.a15
2019.3
Issue ID
1292478
Regression
Yes
Asset DB v2 metafile restoring is different from v1
Asset DB v2 does not restore metafile the same way v1 does. I think the v1 behaviour is desired, but should be determined before fixing this case.
Repro steps
1) Create a material - "test.mat"
2) Add a label to material - "test.mat"
3) Save project
4) Open "test.mat.meta" and see label set in meta file
5) Delete "test.mat.meta" outside of unity
6) Give unity focus to trigger refresh
7) Open "test.mat.meta" again and see that label now is missing in metafile
When asset db v2 restores a metafile, it doesn't restore all previous values. It only restores the GUID. V1 restores all values.
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:
v2 behaviour is the desired behaviour. If meta file is deleted by user, then settings should be reset.