locus84 / LineUI

Simple UI Line. LineUI generate line mesh and render as ui element.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LineUI

Simple UI Line for Unity. LineUI generate line mesh and render as ui element. Line corners can be rounded.

How to use:

    • Add prefab "CanvasLineUI" or "LineUI" to canvas
    • Or you can create empty gameobject in canvas(it must be fully cover canvas with pivot(0,0)) and add component LineUI
  1. Modify screenPositions in inspector (Line UI component)

  • Or set all screenPositions via script by method SetLine(List screenPositions)
  • Can modify color, thickness and round detailing

Alt text Alt text

About

Simple UI Line. LineUI generate line mesh and render as ui element.


Languages

Language:C# 100.0%