This tool was my first introduction to tool development with Unity. I wanted to build a system to paint 2D levels following the organic style of Hollow Knight (2017).
I found online an implementation of a system to draw simple 2D shapes (rectangles and spheres), and I extended it to construct this tool. I implemented a grid system, serialization, prefab instantiation, and vertex snapping.