Make the character move along a curved road.
Hello! In my 3D game, I need to make the character move along a curved road. The bottom line is that the character is constantly moving forward along the road. But I need to make sure that he turns on the bend of the road in the right direction. I tried to make a spline, but it took a long time to build it. Can I somehow set the direction of rotation of the character depending on the direction?
Your answer
Follow this Question
Related Questions
Rotate sphere to the direction of movement 0 Answers
how to move objects along a curve? 2 Answers
How to make character face towards movement?,How to make character face towards the move direction? 0 Answers
How to Rotate player on Y Axis using Mouse position, but also Clamp the rotation distance? 0 Answers
Keep position of CharacterController relative to rotating platform 0 Answers