Search Unity

Question Player can't look up and down with Animator Component

Discussion in 'Animation' started by Electro_Games, Jan 18, 2022.

  1. Electro_Games

    Electro_Games

    Joined:
    May 14, 2021
    Posts:
    4
    Hello.
    The Player is not able to look vertically when the "Animator" Component is on the camera.
    I looked this up and people said to use LastUpdate() but that ended up breaking my camera animations.
    Any idea on how I can fix this?
    Thanks.

    EDIT: I managed to fix this by adding a parent object to the Camera then moving that object instead of the Camera
     
    Last edited: Jan 19, 2022