I want to draw the curve of 1px with a color gradient like following image.
( Following image is drawed by Photoshop.)
Please tell me if there is a good solution !
By the way, as a result of research by myself is the following.
line renderer : It is difficult to draw 1px line.
2)GL : gl.line can draw 1px line. but I don’t know how to draw color gradient.
3)shader labo: It seems possible, but the information is small on the Internet, it is difficult…
Thank you for your reply.
I was able to draw gradation curve, by generating geometry in Unity, put color in VertexShader and Texture2D, and adjust thickness in C++ native pluigin.