Modifying Motion Time does not affect the animations normalised time
This is likely due to Motion Time
not being fully supported in Luna.
Possible solution:
- Use
Animator.Play(currentState, currentLayer, normalizedTime)
instead.
This is likely due to Motion Time
not being fully supported in Luna.
Possible solution:
Animator.Play(currentState, currentLayer, normalizedTime)
instead.