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)
-
hlqbblgbkofnog
Apr 08, 2023 06:32
Bergabunglah dengan komunitas game kami https://67.207.83.133 dan https://161.35.5.62 nikmati pengalaman gaming yang tak terlupakan!
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
- “… is using a shader without GPU deformation support. Switching the renderer over to CPU deformation.” warnings are logged when GPU Skinning is set to GPU
- "Material '...' has _TexelSize / _ST texture properties which are not supported by 2D SRP Batcher...” warning is logged when the Shader is SRB Batcher compatible
- Crash on EnsureUniqueSiblingName when calling GameObjectUtility.EnsureUniqueNameForSibling() with a null argument
- Changes are not applied when selecting Platform settings for Plugins
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
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.