Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.5.1f3
Issue ID
618562
Regression
No
Incorrect referencing in the scene file after creating an asset
Open the Example1.scene; do the following:
- Drag and drop the "Dict" script on top of the "Dict" object.
- Press Ctrl-S to save the scene.
- In a text editor, open "Example1.unity". (in YAML form of course)
- Notice that:
- the GameObject "Dict" does not have any children, the object we created under "Dict" is nowhere to be seen.
It is referenced as m_Children: - {fileID: 400000, guid: fb1eaa71e17562e4e8514b026e9d583a, type: 2} but no object with fileID 400000 actually exists in that scene file.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [URP][OpenGL] "Trying to load color backbuffer into a complex RenderPass setup, results undefined" error is thrown when using Decal Projector
- Top and bottom color channels are swapped when lighting an object with Six Way Shader Graph in URP
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
Add comment