vertxxyz / Vertx.Debugging

Debugging utilities for Unity
MIT License
508 stars 33 forks source link

Support drawing PolygonCollider2D #23

Closed rhys-vdw closed 9 months ago

rhys-vdw commented 10 months ago

Wasn't sure exactly how you'd like this solved. I just inlined the logic into D.raw(Collider2D). Tried to follow your established pooling conventions.

Seems to be working just fine in my project, but I haven't tested it thoroughly.

Closes #22