Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 5.6.X, 2017.1.X
Votes
0
Found in
5.6.2f1
Issue ID
923135
Regression
Yes
PolygonCollider2D.points shows "Assertion failed on expression: 'm_data == NULL'" when setting a new Vector2 array to it
To reproduce:
1. Open the project, attached by the user (PolygonCollider2DSetPointsAssert.zip)
2. Open the "Scene01" scene
3. Enter Play mode
4. Observe the console
Expected: setting the PolygonCollider2D.points doesn't show any errors if the property is set with the correct values
Reproduced in 5.6.1p2, 5.6.2f1, 2017.1.0f1, 2017.2.0b1
Did not reproduce in 5.5.4f1, 5.6.1p1
Regression introduced in 5.6.1p2
Workaround: use polygonCollider2D.SetPath (0, pointsArray) instead. This doesn't show any errors
Fixed in 2017.2.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment