- Home /
Making player move in an arc
Hello Everyone,
I'm currently having trouble moving my player character in a small arc to another location. I have the start point and end point clearly defined, and have tried following along with a few other answers on here, however my character seems to move jaggedly across the line, or instantly teleport there. I just want to translate the player from point A to Point B in arc similar to that of Kirby Air Ride, similar to the animation seen right here: https://youtu.be/Ug4wQ8afQh4?t=454
Sorry, I didn´t get exactly how kirby moves, but have you tried using a slerp? It´s a non lineal interpolation that makes something move from point a to b precisely like an arc.
Your answer
Follow this Question
Related Questions
Player movement for iOS? 1 Answer
2.5D Isometric Move Character and Facing towards mouse 0 Answers
How can i smooth out the rotation? 1 Answer
How to make a good PlayerMovement 1 Answer