Reloading animation

So I’m making a third person shooter game… and now I need to add a reload animation…

How would I play the reload animation for ONLY my characters UPPER BODY. So lower half isn’t affected (so character can still move).

Btw I used a BLEND TREE for my moving animations

You need to use layer and an avatar mask with only the upper body enabled.

Check out on youtube, you can probably find a few tutorial on Unity animation layer

2 Likes

Omg thanks! Works like a charm.:wink: