Unsupported API extension on animation using CrossFadeInFixedTime and Animator.parameters
Possible solutions:
CrossFadeInFixedTime
→ just transition animation or trigger (usingsetTrigger
) 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 useAnim.SetBool()
-Anim.setTrigger()
et