Cannot look aside after applying animation
Hi, I wish to start my game by having the player lie on the floor, then get up gradually (as if you've passed out). For this I've created an animator, and currently it looks like this:
And I've created two animations, one is onFloor, which does literally nothing but fixes the camera on the floor; the other is getUp, which brings the player up to standard position (standing). The following is a screenshot of GetUp
The thing is, after applying the animator (along with the animations), my mouse is able to control the camera to look straight upwards or downwards, but it cannot look right or left. I've heard issues about gimbal lock, and I've done everything in my knowledge to fix it, including adjusting the interpolation of the two clips to Quaternion mode.
I use the standard asset FPSController, currently building in 5.3.4f1.
Thanks!
Your answer

Follow this Question
Related Questions
Accurate Object Movement On A Plane Relative To Moving/Animated Camera 1 Answer
Cannot apply indexing with [] to an expression of type 'Animator' 1 Answer
Animation clip not playing but still affecting components of other clips 0 Answers
Cannot figure out how to use the Animator! 1 Answer
Animator doesn't change animation in Update() function 0 Answers