Animancer Lite v7.4 [Legacy] | Animation Tools | Unity Asset Store
Use the Animancer Lite v7.4 tool from Kybernetik on your next project. Find this & more animation tools on the Unity Asset Store.
Animatorをプログラムから簡単に使えるようにするアセットです。GC allocもなくパフォーマンスにも優れていそうです
AnimancerComponent.Play(AnimationClip)を呼ぶと、一回目は再生されるのに二回目は再生されませんでした。
対処法
anim.Play(animationClip).Play().Time=0f;
こうすることで正常に再生できました。どうも同じanim clipを渡すと何もしないみたいです