Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.3.X, 2018.1.X
Votes
0
Found in
2017.1.0b4
2017.3.0f2
Issue ID
977687
Regression
Yes
Changing the parent of an object with a collider component to a Composite Collider 2D object causes an Assertion failed error
Steps to reproduce:
1. Open attached “ColliderParent.zip” Unity project
2. Open scene “Example”
3. Enter Play mode
4. Click the red button in Game window
Expected results:
No error appears
Actual results:
Assertion failed error appears after object parent was changed to an object with CompositeCollider2D
Reproduced in: 2018.1.0a7, 2017.3.0f2,, 2017.2.1f1,, 2017.1.2p4, 2017.1.0b4, 5.6.4p4, 5.6.2f1, 5.6.1f1, 5.6.0p3
Didn’t reproduce in: 2017.1.0b3, 5.6.0p2, 5.6.0f1, 5.6.0a1
Regression introduced in: 2017.1.0b4, 5.6.0p3
Error:
Assertion failed: Assertion failed on expression: 'm_CompositeCollider == NULL'
UnityEngine.EventSystems.EventSystem:Update()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment