My movement inputs work how ever when ever I try and move right it moves me in a diagonal forward and right, and when I try moving left it moves diagonal back and left. Could someone please help me understand how to fix this and why its happening? Picture of the code is posted below.
Is Movement Enabled boolean is true?
I noticed that both of the input axis there are MoveRight, so when you attempt to move right/left you are moving in the forward vector and the right vector giving you the diagonal movements, simply change the top one to the forwards input axis and it should work fine
Oh wow i didn’t notice that. Thank you.