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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment