Open NicolasBrondin opened 6 months ago
Thanks @NicolasBrondin ! Did you set up the animation name correctly?
Yes absolutely ! Otherwise it would not trigger at all I guess! Right now it's played once when the player loads (or when you stop walking), then it stops (but it does not come back to the T shape, it stays in the same position than the last frame of the idle animation)
Did you use the animation multiple times? For example, did you put "idle" in "fall"? I can't help much without seeing any code. Maybe you can check the example app setups here: https://github.com/pmndrs/ecctrl/blob/main/example/Experience.tsx.
@ErdongChen-Andrew Yes I did! I will try with different animations to see if it fixes the issue đ
making sure no animation action is reused is a must, it fixed a similar issue in my case, thanks @ErdongChen-Andrew
When setting my
idle
animation, I was expecting it to loop like thewalk
, but instead it gets played only once, after the character stays static.Thank you for your amazing job đ