Movement

Would anyone know why my players movement is inverted? I have been following the videos and I don’t know what I am doing wrong.

Hi there! I don’t see any errors in your code that could cause this, so I think that any of these might be causing the problem:

  • You accidentally changed moveSpeed’s value in the inspector to a negative value.
  • Your Axes, for some reason, are inverted. Go to Edit / Project Settings / Input Manager / Axes / Horizontal , check if the Negative Button says left, and the positive right.
  • Your camera is inverted, look at the rotation of the Camera, if the Y rotation value is beyond 180 or is negative, then that’s your problem, check during Play Mode to be sure is not that.
1 Like

Thank you, my Virtual camera was rotated incorrectly

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms