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
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Crash on internalABP::BoxManager::prepareData when entering Play Mode
- Crash at "UnityEngine.Object:FindObjectsOfType" when quitting the Player
- Creating material variant produces errors if there is no Materials folder
Add comment