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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment