Bezier Curve Ingame Editor

Hey Folks!

I know there are a bunch of Bezier curve tools online already and I had a look on some, but I wasn’t able to find on yet, that has Ingame edit support. What I need is a tool that lets me edit bezier curves in the actual game at runtime. Do you know if there is anything like that out there already. It would save me a lot of time, if I don’t have to do it on my own.

Think they all would allow that you just have to change the handle data and knot position. For example in the video below I just did a simple script to change the knot position on mouse drag once you clicked a gixmo sphere for each knot, and other inputs changed the bezier handles. It would be pretty much the same for any bezier system or Unitys spline system.

Thanks for the reply! Yeah, thats about what I will do, when I cant find an alternative. But its still a bit of work, to manage all the handle objects and add path visualisation (probably via line renderer)