Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
2017.1.0b3
Issue ID
907157
Regression
No
[STW2017.1] Crashed at Collider2D_Get_Custom_PropComposite when clicking on UI elements in the Editor
Steps to reproduce:
1. Create a project
2. Add a Sprite in the Hierarchy
3. Add a BoxCollider2D to the Sprite
4. Add a RigidBody2D to the Sprite
5. Add a CompositeCollider2D to the Sprite
6. Play a Scene
7. Stop playing a Scene
8. Remove CompositeCollider2D from the Sprite
9. Observe the error in the Console window:
Assertion failed: Assertion failed on expression: 'm_InstanceID != InstanceID_None'
10. Start clicking on UI elements in the Editor (until Editor will crash)
11. Observe the crash
Expected result: Unity should not crash
Actual result: Unity crashes
Reproduced with: 5.6.0p4, 2017.1.0b3, 2017.1.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
- Graphics.DrawProceduralIndirect and Graphics.DrawProceduralNow silently dropped on DX12
Add comment