Skip to content

graphicmismatch/UnityUILineRenderer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UILineRenderer

The built-in Linerenderer doesnt work if the canvas is set to Overlay render mode. This script adds this functionality in the form of an alternative linerenderer.

How to use

  1. Create a Canvas and set the Render Mode to "Screen Space - Overlay"
  2. Add the UILineRenderer script to any object inside the canvas that has a Canvas Renderer and Rect Transform
  3. Add points either via code on Runtime, in Editor by changing the Point list, or using the "add points in Scene View" action

What this fork adds

This fork adds the option for the line to loop

About

LineRenderer for Unity when using the Overlay Canvas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%