i want to jump the character from first circle to another. But when i jump to the second circle the character is not standing right.
In first image thats what i’m aiming for. The secong image is the current progress im in. Any idea how can i rotate properly the character so that it will stant in circle right? Sorry for very bad enlish. I hope you can help me. Thank you!
Maybe using a Vector you could determine the “Upright” position of your character (lets say, from a point on his feet to a point in his head) and then make another Vector from the closest circle´s center to your character´s feet and change the characters Vector so it´s in the same direction of the circle´s (this should also make the character run along the circle in “upright” position). Not sure if it´ll work, but hope it helps.