Question by
ygh-jk · Nov 25, 2021 at 10:36 AM ·
c#movement script
Need help player movement
Hello, I'm working on an isometric game. There's a problem when it comes to running. Whenever the player runs(speed at 55.0f), it veers to the side(either left or right depending on which direction it turns to) but on default speed(speed at 15.0f, it moves as expected in a straight line in all directions. I'm not sure what's causing this issue so any help is appreciated. The main movement code is based on this.
Comment
Your answer