Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.3.X
Votes
1
Found in
5.5.0f3
Issue ID
869183
Regression
No
[Undo] Unity crashes when trying to undo component addition from a GameObject which had its children deleted
Reproduction steps:
1. Open the attached project
2. Create two Game Objects
3. Add an UndoBugScript to object A
4. Make object B a child of A
5. Add any component to A
6. Deselect A
7. Hit CTRL+F4 to run code that deletes B without registering an undo operation
8. Hit CTRL+Z to reselect A
9. Hit CTRL+Z to undo the component addition for A
Expected: Unity removes the added component from A
Actual: Unity crashes during GameObject::ActivateAwakeRecursivelyInternal
Reproducible on: 5.3.7p1, 5.4.4f1, 5.5.0p4, 5.5.0b3
Tested on Windows 10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Player remains in Windows Background processes when the application is closed
- [Android] The built-in URP shaders Lit, Complex Lit and the Simple Lit are not rendered when built on Android devices with an Adreno 300 series GPUs
- "Radio Button" disappears when added under the "RadioButtonGroup" and the parent Visual Element is selected
- ScrollView Scrollbar is jittering when Movement Type "Elastic" is selected and a mouse with a freewheel is used
- [WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
Add comment