I cannot move my camera in the Game mode

Hi, I am new at creating games in Unity. However, when testing the scene by clicking play or the game scene I cannot move the camera. The camera seems to be stuck in one position. I’ve tried using A,W,S,D…up,down,left,right and the mouse. As you can see in the picture I am stuck facing this way and cant move around… PLEASE HELP ASAP

Kind regards,
NH

Have you got the first person controller prefab in your scene?

3 Answers

3

The scene camera can be moved around in the Editor; the game camera is entirely dependant on your game code.

Hope this helps. I was stuck for several days trying to get the camera to move like a video game. This worked for me! First Person Controller prefab.

Hello
1/ If it’s not already done, just download the ‘Standard Assets’
2/ Install it
3/ For your problem, put in your world the ‘FPSController’ of the Prefabs of the ‘Standard Assets’
4/ Done