Hello,
I am trying to make a car move on a preset path, like a trail, with turns and the ability to accelerate/decelerate. What is the best to do it, please?
- Tried the Car behavior, it worked with some speed values, but when trying to accelerate, the new speed cause the car to leave the trail.
- Tried the MoveTo behavior, making the car move from one section to the other, but it looked clunky and not smooth like the Car behavior (but it has more control over the car).
- Tried using EveryTick to move the car based on math calculations. The straight lines were easy to do, but the curves were tricky.
What is the best to do it, please?
Thank you.