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
- Palette Settings link to the documentation isn’t working
- Tags & Layers window has inconsistent remove button behaviour between Tags, Sorting Layers, and Rendering Layers when there are no removable items in the list
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
Resolution Note:
v2 behaviour is the desired behaviour. If meta file is deleted by user, then settings should be reset.