Search Unity

Animating player's camera block vertical or horizontal movement

Discussion in 'Animation' started by qkson, Aug 16, 2018.

  1. qkson

    qkson

    Joined:
    Jan 15, 2018
    Posts:
    77
    Hey. Im making an FPS game and I wanted to animate player's camera into "waking up". So, my hierarchy looks like this:
    *Character Controller with Animator
    *->Empty Game Object with Animation
    *--->Empty Game Object with Camera

    Animation works great, but after it ends it blocks vertical or horizontal camera movement. I tried making animation on "EmptyGame Object with Camera" but that just blocks vertical AND horizontal camera movement. Any advice?
     
  2. qkson

    qkson

    Joined:
    Jan 15, 2018
    Posts:
    77