QThund / LineRenderer2D

Scripts for rendering pixel-perfect GPU-calculated lines in 2D (Unity URP 2D Renderer).

Home Page:https://www.jailbrokengame.com/2023/02/10/line-renderer-2d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Scripts for rendering pixel-perfect GPU-calculated lines in 2D (Unity URP 2D Renderer).

https://www.jailbrokengame.com/2023/02/10/line-renderer-2d/

License:MIT License


Languages

Language:C# 58.2%Language:ShaderLab 30.7%Language:HLSL 11.1%