- Home /
turn on/off FootIK by script
Is it possible to turn on/off Foot IK in a animation in the animator window by script. something like this but I get error.
public Animator animator;
animator.Animation("attack", FootIK = true);
Comment