Animation Graph Issues

I am basing this animation graph off the ShootGame example. I have narrowed the issue down to the “Apply Additive” node. If I replace it with a “Layered Blend per bone” node, everything works except for AimOffset. Anyone have any idea as to why the “Apply Additive” it causing my character to freak out?

Thanks!

I found an answer to my problem. It has to do with how you set up the individual AimOffset animations. So in case anyone runs into this same problem, here is how I fixed it.

The “AdditiveAnimType” must be set to “LocalSpaceBased”

21110-screenshot+(15).png

  1. Open the Animation
  2. Scroll down until you find “Additive Settings”
  3. SetAdditive Anim Type to: Local Space
  4. Set Base Pose Type to: Selected Animation Frame
  5. For Base PoseAnimation: (select some idle animation)

Hope this helps anyone who stumbles onto the page. Good luck!