My character keep looking up ! (FPS game)

Hello everyone,

This week i started with Unity and I love it, but since yesterday there’s a problem with the camera.
When I press “play” to test my game, the character’s camera look up and there is no way to look down. I can rotate the camera left and right but not down, the camera is locked upwards.

This only happens when I use a prefab character like the one form the FPS microgame or UFPS. When i made my own character and pressed “play” everything was fine.

Can someone tell me what I’m doing wrong ?

best regards

Sounds perhaps like one transform is rotated upwards.

Compare the structure of transforms within the hierarchy of the working and non-working player, see if there is anything obviously different.

1 Like

The first thing I’d check is whether you have a gamepad or joystick connected. Often people with this issue have one connected which isn’t properly calibrated, and don’t realize they are feeding inputs from it. If so, disconnect it and try again.

1 Like