I am working on a tutorial and when i use the First Person Controller, which uses the FPSWalker script and press play, the controller starts moving backwards. Everything works fine as long as i hold the keys down, but the moment i let go of all keys, it starts to move backwards? What am i doing wrong? I'm fairly new to unity. Anyone have any advice?
You might have rotated the camera 180 degrees, or on the mouse look script for the camera, you have it set to X and Y while it should only be Y
do you have child objects with colliders (like a FPS arm or weapon)? If so, remove them.
So I had this problem too, and I’ll add that it was just in the stand alone build and NOT in the webplayer build.
What fixed it for me was to export my scenes as packages, start a new project, import the scene packages, and the problem was gone.
Hope this helps somebody.
Cheers.