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
- “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