Custom melee attack animation not working

hexzon

New member
Hi, I am currently implementing first person animator controller with custom animations for my generic arms.
Everything related to shootable weapons were perfectly fine and everything works.
However I got problem with melee weapons- they just don't make any animations when I use melee weapon.
Animations were designed for this generic arms, and I can see in animation controller that animation runs, however in game there is nothing.
Here is a short video of the issue https://gyazo.com/88de9a046ee81ef1d3539e0729e1d677
As you can see on the right - animation plays fine in the preview window but no effect in game.
Audio is also playing fine on use, but no matter what animation I put here, result is the same.
 
Figured the issue was in the Animator Layer Mask from the demo arms. After removing mask for upper layer - animations work.
 
Top