Search Issue Tracker
Fixed in 2017.2.0f3
Votes
0
Found in
5.5.0f3
Issue ID
888496
Regression
No
Editor crashes in GameObject::ActivateAwakeRecursivelyInternal when undoing and redoing applied changes to the prefab
To reproduce:
1. Create new project
2. Create Empty GameObject
3. Add Rigidbody and Box Collider to gameobject
4. Create a prefab of gameobject
5. Select gameobject in the hierarchy
6. Add Mesh Filter and Mesh Renderer to object
7. Set Mesh to Plane and Material to Default-Material
8. Press Apply
9. Undo changes 4 times
10. Redo changes. Observe console
11. Keep undoing changes and redoing until crash
Expected: undoing and redoing changes does not throw errors and does not crash the editor.
Actual: undoing and redoing changes throws errors and eventually crashes the editor.
Reproduced on 5.4.0f3, 5.4.5f1, 5.5.0f3, 5.5.2f1, 5.6.0f2, 2017.1.0a6
Fixed in 2017.3.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment