- Home /
Question by
b2hinkle · Jun 12, 2018 at 07:17 AM ·
c#animationcameracamera-lookcamera rotation
Rotation of the fps camera doesn't work in game when animated
So my game is an fps game, and some animations for the player (such as shoot) has some camera shake and rotation. My problem is that whenever I test the animations in the game, the camera shake doesn't work. It has to be because of something in my camera look script (because when I disable the script the animations work fine). Here is the script..........
capture.png
(56.7 kB)
Comment
Is this a 2D game? Because Vector 2 is the representation of 2D vectors and points, because otherwise you should use Vector 3.
Your answer
Follow this Question
Related Questions
Having Trouble animating camera at start of game 0 Answers
Free camera look question 2 Answers