Hi Everyone,
I have a vehicle object in my game, and I’ve been trying to determine how to have his momentum slow when changing directions, rather than a hard stop.
For example, if I am holding down the right arrow key to my object to the right, and then I hit the left arrow key to move him to the left, I’d like him to continuing moving a bit to the right before he starts to move back to the left.
Is there setting in Unity that will allow me to get my object to behave like this?
Thanks!