- Home /
Multiple animation at the same time
Hello guys. We are making a FPS game. I'm the leader of the project and I am the most knowledgeable person in our group. My job is making a good AI for other players. I want to make something different. I have to kill someone while I'm walking or running or jumping. Is there any way to make this thing? :)
Walk animations for legs, fire animations for hands at the same time. that exactly what I want to make :) thx in advance
Answer by Adamcbrz · Mar 16, 2012 at 02:22 AM
Birhan,
Look into this Example Project http://unity3d.com/support/resources/example-projects/3rdpersonshooter
Also the documentation on Animation Blending: http://unity3d.com/support/documentation/Manual/Character-Animation.html#AnimBlend
Hope that helps,
Adam
Answer by reptilebeats · Mar 16, 2012 at 03:50 AM
im not an experienced animator but wouldn't each just be a separate animation, so one for running, one for shooting and one for jumping depending on how you want each to look you could either have a different gun animation for each stance or the same for all of them
You would only need one shooting animation and blend it with you walking animation. The first link is an example of a project that does that exact functionality.