Player can't move in Game mode

I added a RigidBodyFPSController prefab (from Standard Assets - Characters) to my scene, but can’t move at all in Game mode using mouse or keyboard.

If I make a new project and add exact the same prefab to my scene it does work…

I have got no clue, where can I look to solve this? I use Unity 5.3.4f1

Do you have another camera in your scene ? Try to create a new scene and add all of your objects (in the scene where it doesn’t work) in and try to run the game and move until you have the problem or try to see what are the scripts or objects in your scene that use MouseLook or Any Controller component with keyboard controls.

The RigidbodyFPSController is working fine for me. Did you make any changes to the RigidbodyFPSController? If so, then revert the changes so that it works well.

Unfortunately I could not work it out, in the end I started a new Project (didn’t work with new scene) and started over.

Game tab takes control of main camera, so i removed it and it switched to fps cam. Haven’t figured out how to have both and use the right one. Hope this helps.