Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 470 Bytes

LineRenderer2D

Scripts for rendering pixel-perfect GPU-calculated lines in 2D (Unity URP 2D Renderer). It allows: -Single line or multiline (different script). -Dotted line. -Usage of any material, lines can be affected by 2D lights. -The single line allows the usage of different colors for both endpoints. -Any thickness. -Local or world space points. -You can use either shadergraph version or standard shaders version. -Tested with DirectX and OpenGLCore.