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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
Add comment