I’m currently using C#, and I’m trying to have the characters rotation match the direction it is traveling. I was just going to make its rotation change depending on what button is being pressed, but I would like to know if there actually is a way to have its rotation match the direction it is traveling?
I’ve an good idea.Try using transform.LookAt.
maybe this helps