Skip to main content

Unsupported API extension on animation using CrossFadeInFixedTime and Animator.parameters

Possible solutions:

  • CrossFadeInFixedTime → just transition animation or trigger (using setTrigger) another animation. You can add some transition delays here from the animation transition itself.
  • Animator.parameters → Just directly reference the type of parameter you want to use Anim.SetBool() - Anim.setTrigger() et