Search Issue Tracker
Fixed
Fixed in 6000.5.X, 6000.5.0a4
Votes
0
Found in
6000.0.59f1
6000.2.7f1
6000.3.0b4
6000.4.0a1
6000.5.0a1
Issue ID
UUM-121106
Regression
No
Warnings are thrown when undoing reparented LOD Group “Add Renderers”
Steps to reproduce:
1. Create new Unity project using empty Universal 3D Template
2. Create Cube and Sphere GO in Hierarchy window
3. Select Cube GO
4. In Inspector window add LOD Group Component
5. Select green “LOD 0”
6. In Renderers press “Add”
7. Select Cube GO
8. Press on “Add” again
9. Select Sphere
10. In “Reparent GameObjects” pop-up press “Yes, Reparent”
11. Press Undo 3 times (Command+Z)
12. Observe the Console window
Actual results: Warning is thrown in the Console window "Child GameObject 'Sphere' was not registered into undo system and became dangling during an undo operation.
Use Undo.RegisterCreatedObjectUndo to correctly add a child GameObject which can be handled by the undo system. UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()"
Expected results: No warnings should be thrown in the Console when doing undo shortcut
Reproducible with versions: 6000.0.59f1, 6000.2.7f1, 6000.3.0b4, 6000.4.0a1
Tested on (OS): Windows 11, macOS Tahoe 26.0 (M1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment