hi all,
can you please suggest me any available plugin(free or paid) which could help me draw lines with different colours on the screen depending on user touch input.
i dont want to draw straight line between two points, i want rough lines.
thanks in advance.
This has been asked before, please look at: How to draw a line using script - Questions & Answers - Unity Discussions
Also Eric5h5 has an awesome plugin for very little money, check it out.
Also, the touch portion of your question is minor compared to the plug in question, getting the Vectors from a touch isn’t a big deal. Implementation will be slightly different depending on the system/plugin you choose. Touch Documentation.