Hi all,
I presume line renderer is best for this.
Essentially I want a line between 2 points and then be able to ‘drag’ a point back (I guess like a slingshot).
I’m not sure how I would draw the curve and equally how I ‘chop’ it up as multiple lines for line renderer.
Any suggestions/help appreciated!
Cheers
not sure if i understand your question. but with these 2 functions you can change number and positions of your vertices. so when you want to add a point between 2 use the first, when you drag around a point the second function.
Hi,
I guess I was asking for a method to draw a curve using line renderer and be able to choose a point along that curve and be able to alter it dynamically.
Cheers
if you dont want to build it yourself with the mentioned functions look for ragespline in the asset store.