Draw a line on a texture
Hi,
I just want to draw a simple line on a texture.
Answers I found implements drawing function by themselves, like
https://answers.unity.com/questions/244417/create-line-on-a-texture.html
I don't think Unity doesn't provide such a simple thing like
Texture2D tex = new Texture2D(100, 100)
tex.DrawLine(0, 0, 100, 100)
...does it?
Comment
Your answer
