Search Issue Tracker
By Design
Votes
0
Found in
2020.3.47f1
2021.3.22f1
2022.2.15f1
2023.1.0b12
2023.2.0a10
Issue ID
UUM-32879
Regression
No
Assets reference GUIDs are not updated in the file when changing the referenced assets using the Inspector
Reproduction steps:
1. Open the attached project “AssetReferanceBug”
2. Find the “Assets/Prefabs/checker_red_texture” texture, open right-click menu, and click on “Reveal In Finder” or “Show in Explorer”
3. In the opened window open the “checker_red_texture.jpeg.meta” file with any text editor and copy the GUID field
4. Find the “Cube2.mat” file in the same folder, open it with any text editor, and search for the GUID from the “checker_red_texture.jpeg.meta” file
5. In the Unity Editor window find “Assets/Prefabs/Cube2” material and change its texture to any other texture
6. Repeat step 4.
Expected result: The GUID reference in the material file is changed
Actual result: The GUID reference doesn’t get updated and stays the same
Reproducible with: 2020.3.47f1, 2021.3.22f1, 2022.2.15f1, 2023.1.0b12, 2023.2.0a10
Reproducible on: macOS 13.3 (Intel)
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
Resolution Note:
One has to save the project/scene before the changes takes effect, and can be seen in the files on disc. In this case the change of texture will become visible in the file after a save. This is all as designed.