LineUI
January 7, 2026 ยท View on GitHub
Simple UI Line for Unity. LineUI generate line mesh and render as ui element. Line corners can be rounded.
Also added HoleUI with rouded corners and borders fade/gradient
Also added Rouded Image UI with rouded corners and borders fade/gradient
How to use:
LineUI
-
- 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
-
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
Rounded Image
- Add RoundedImage to gameobject with RectTransfom
- Asign needed property in inspector(roundRadius, sprite, outColor, thiknesGradient, roundDetails)
Screenshots
