I try create IK for my game, but function OnAnimatorIK() doesn’t call. What is it: bug or unreleased feature?
Did you make sure that the IK pass is active?
I already have activated IK pass at all layers of animator controller. It was before I created this thread.
Did you add the script to the same game object in which the Animator is placed?
1 Like
I moved Animator to object “Player” (It was component of child of “Player” before it) and this work but I need correct position of IK goal. I thought it is bug. Thank you!