playMaker

Author Topic: Please Help ! Final IK !  (Read 13656 times)

siumanchunandy

  • Playmaker Newbie
  • *
  • Posts: 28
Please Help ! Final IK !
« on: December 20, 2024, 03:17:26 PM »
Please Help ! Playmaker Action Final IK How To Make IK Gun Fire Recoil Animation ?

Thank You !
« Last Edit: December 20, 2024, 03:18:58 PM by siumanchunandy »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: Please Help ! Final IK !
« Reply #1 on: December 23, 2024, 03:16:51 AM »
Hi,

 Are you sure you need IK for this? Unity already has limb IK for its characters, I would suggest using that instead.

 else, can you describe your character rig, and what you are missing? normally you don't need any custom actions, you just apply an impulse force to the hand using regular physics and you should be good to good, if you are not using physics, then you can actually control the hand movement using a tween and move locally the hand on its negative forward axis.

Bye,

Jean