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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment