Skip to content

Added Collider2dRenderer

Pre-release
Pre-release

Choose a tag to compare

@arhcy arhcy released this 16 Jul 21:38
· 21 commits to master since this release
6d3292f

New version supports visualizing through Collider2dRenderer which renders colliders shape to standard mesh. This version lacks most features of the gizmos-based visualizers but it works in standalone builds, can be batched in one draw call to minimize graphics overhead impact. You can automate routine operations for you visualizers with the new manager which can be found at "Tools/Physics2dVisualizer/Open Manager" menu.