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

JAction在webgl下无法正常运行 #480

Open
LiuZhanMingFpy opened this issue Jun 25, 2023 · 2 comments
Open

JAction在webgl下无法正常运行 #480

LiuZhanMingFpy opened this issue Jun 25, 2023 · 2 comments

Comments

@LiuZhanMingFpy
Copy link

JAction jAction = new JAction();
jAction.Delay(0.5f).Do(Attack);
await jAction.ExecuteAsync(true);
void Attack()
{
Debug.Log("DoSomething");
}
attack方法不会被调用。

@LiuZhanMingFpy
Copy link
Author

建议加入当jaction执行完毕时,可以通知外部执行完成的回调。

@JasonXuDeveloper
Copy link
Owner

预计v1.0修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants