Search Unity

My character keep looking up ! (FPS game)

Discussion in 'Editor & General Support' started by jim_Idle, Mar 31, 2021.

  1. jim_Idle

    jim_Idle

    Joined:
    Mar 26, 2021
    Posts:
    1
    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
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,686
    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.
     
    Joe-Censored likes this.
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    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.
     
    Kurt-Dekker likes this.