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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment