I’m working on a small project while taking a break from my bigger project and I ran into a problem of having the character jump side to side.
I want to try to make an endless runner type game like a mix of temple run and geometry dash where the player is running down a path with obstacles and can either be in the center of the lane, the left or the right.
The problem i’m having is I was the player to be able to move between the three spots. Left, center, or right. But i’m not trying to have the player just appear in the new positions I would like for the gameobject to slide or move there.
If anyone is able to help I would greatly appreciate it.
Ex. I’m not trying to us transform.translate and set the position because it just appears in the spot. I would like the user to press a button and the player slides to a set destination