[FREE] Draw 2D Shapes

Get On the Asset Store

A simple script that let you create 2D shapes in the editor with or without collider to be used in your games.
The shapes be edited in editor mode or in real time.

See the demo:

UPDATE!
Now the asset support UV’s
There is two types of UV:

  • Fit
  • Repeat

Says here that it can be used in real time? Does this mean there is a build mode I am missing?

The asset can generate mesh in during the GamePlay, but you need to create your own script to configure the mesh.

Just populate Draw2D.vertices during the game play and call the MakeMesh() function to create a shape

Unfortunately not working in Unity 2019.3.0f5. Shift + Left Click not doing anything.