hello CommUnity3D! I am making 3d Third Person Shooter game in Unity3D. In this, I have used standing Reload Gun animation which works fine when I reload gun at idle position. How should I add Running Reload Gun animation for reloading gun while player is in movement? As Standing Reload Gun animation, legs of player are steady and for reload in running state, I want legs should move with movement. I have Running Reload Gun animation, how should I call two different animations? Thanks!
That’s when animation layers come to the rescue! Animation layers help you isolating parts of the model allowing them to ignore or play a different animation.
You can learn more in the documentation or in this Unity Learn tutorial.