Search Issue Tracker
Fixed in 5.6.0
Votes
2
Found in
5.3.4f1
Issue ID
793711
Regression
No
Modifying Asset .meta files directly does not rebuild Library
Steps to reproduce:
1. Open the attached project
2. Click the 'Wall' prefab
3. In the Inspector tab go down to Asset Labels
4. Add a label 'Wall' to the prefab and Save project
5. Locate the prefab in your OS' File Explorer
6. Open the 'Wall.prefab.meta' file with a text editor
7. Remove the lines 'labels: - Wall ' and save
8. Check back in Unity Editor and notice that the prefab still has the label 'Wall'
Note: After restarting Unity, the label still persists, while the .meta file contains no labels
Workaround: Library folder needs to be deleted to update Asset changes
Comments (4)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
jani_alatyppo
May 16, 2019 12:36
Reproduced with 2018.3.8f1 and 2018.3.11f1. Reimport fixes it but is not feasible long term solution.