zepeto-studio-kor icon indicating copy to clipboard operation
zepeto-studio-kor copied to clipboard

[BUG]: legacy Animation do wrong work.

Open Andwhy81kr opened this issue 2 years ago • 0 comments

Please tell us the version of the ZEPETO World package. (You can check the version in Unity > Window > Package Manager.) 1.6.0

Please tell us which version of the ZEPETO app is currently installed. (You can check the version in ZEPETO App > MY > Settings > Version.) Editor Test.

What features were you trying to implement? I use Legacy Animtion component. I use "Play" funtion. and I setting "animName" at param. but, not working by param.

What problem did you encounter? everytime

Please tell us your development environment. win11

Please attach the implemented code. If you have a screenshot, please attach it.

public anim:Animation;

Start() {
    this.anim.Play("walk_lower");
}

화면 캡처 2022-09-22 145056

I want play "walk_lower". but, only play "walk_upper".

Andwhy81kr avatar Sep 22 '22 05:09 Andwhy81kr