Hello there,
I am just trying to get this working, but it is not being called by Unity.
private void OnAnimatorIK(int layerIndex)
{
Debug.Log(“OnAnimatorIK”);
}
the c#~script is on the same component where the animator is. I tested it out using Unity 2021, 2022 and it is not working yet. (different Humanoid avatars)
Just created a simple scene, with no more logic, just an animator, avatar and this c# script and not working yet.
Any suggestion or advice? Thanks for your time.