Polygon2D Editor

Level-building tool for Unity

I created this tool to help me build levels in one of my games. The script generates a freeform 2D mesh for level layout. Since the mesh follows the shape of the collider, it can be easily manipulated using Unity’s PolygonCollider2D component.


Demonstration of building a level using the tool