First Person Controller doesn't work !

[Sorry for my bad english] Hello ! I work on a FPS in Unity 5.4.0f3 and since the beginning everything worked well and without doing anything, it does’nt work any more: The camera does not move anymore but my character moves in the scene.

1 Answer

1

Hi,

Do a debug.log in the camera script to see if it runs, of if you dont have a camera script check if the camera is attached to the character object. Also posting your camera code (if any) helps to see what the problem is.