How do I move two first person shooter hands at once using animation?
So, I've been working on a first person shooter and I've managed to get my left hand to move perfectly under the gun when I aim down the sights, however I'm stumped as far as making the right hand move with the same input. I have no clue about the process, and when I try adding in another keyframe to the animation section it overwrites what I already had under it. So, I tried making a second state in the state machine and I linked it using the exact same transition, but it would not play both states at the same time. All I want to do is make two hands move at once, but it seems like Unity is making that hard for me by overcomplicating this simple task.
Your answer
Follow this Question
Related Questions
Animation plays faster from default state than any other. 0 Answers
How to reuse animations? 0 Answers
How to make player rotate 180° and run that direction with mecanim + vice versa? 1 Answer
Want to create MediaPlayer like thing but for animator. 0 Answers
My movement gets blocked, when I activate the animator 1 Answer