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?