vertxxyz / Vertx.Debugging

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

Support Auto Tiling BoxCollider2D #9

Closed boxfriend closed 1 year ago

boxfriend commented 1 year ago

Added support for autoTiling property on BoxCollider2D that will tile the box collider based on the tiling settings for the attached SpriteRenderer, this property does not affect the size property which the Box2D class depends on for drawing the correct size gizmo.

image