Version 5.1 available now, works on Unity 5.2.2! Get Vectrosity here.
Vectrosity is a complete line-drawing solution, which uses Unity's canvas system for GUI lines, and meshes for 3D lines drawn inside the scene. You can easily make lines, curves, end caps, textures and more, with a simple yet deep API. Drawing lines can be as easy as this:
Vectrosity - Fast and Easy Line Drawing
Vectrosity is a complete line-drawing solution, which uses Unity's canvas system for GUI lines, and meshes for 3D lines drawn inside the scene. You can easily make lines, curves, end caps, textures and more, with a simple yet deep API. Drawing lines can be as easy as this:
Code (javascript):
- VectorLine.SetLine (Color.yellow, Vector2(0, 0), Vector2(100,...