Search Issue Tracker
Fixed in 2017.2.0f3
Votes
0
Found in
2017.1.0b5
Issue ID
909952
Regression
No
Crash after reverting and then deleting prefab instance
Steps to reproduce:
1. Open attached project
2. Ope scene 'test'
3. Expand 'New Sprite Mask' gameobject and unparent 'comma' object
4. When asked if you want to break prefab instance - accept
5. Select 'comma' and press revert - it will get parented by newly created 'New Sprite Mask 1' object
6. Undo - new 'comma' object will get created
7. Press Revert on 'comma' object that got created in step 6
8. 'New Sprite Mask 1' will get created again - in console some asserts will get printed
9. Delete 'New Sprite Mask 1' that got created in step 8
--Crash
Asserts printed:
-Transform has SetIsDispatchInterested present when destroying the hierarchy. Systems must deregister themselves in Deactivate.
-In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first.
Reproduced with: 5.5.3p3, 5.6.1f1, 2017.1.0b5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment