Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: legacy Animation do wrong work. #1289

Open
Andwhy81kr opened this issue Sep 22, 2022 · 0 comments
Open

[BUG]: legacy Animation do wrong work. #1289

Andwhy81kr opened this issue Sep 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Andwhy81kr
Copy link

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 Andwhy81kr added the bug Something isn't working label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant