We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.1.0
2021
Other
C#端编写一个异步方法 public async Task getFloat() { return 1; } 编辑器模式下,运行是没有问题的,打包微信小游戏Webgl下 返回是个undefined 这是调用的方法
The text was updated successfully, but these errors were encountered:
webgl的问题到这里提:https://github.com/zombieyang/puerts_unity_webgl_demo
Sorry, something went wrong.
chexiongsheng
No branches or pull requests
前置阅读 | Pre-reading
Puer的版本 | Puer Version
2.1.0
Unity的版本 | Unity Version
2021
发生在哪个平台 | Platform
Other
错误信息 | Error Message
问题重现 | Bug reproduce
C#端编写一个异步方法
public async Task getFloat()
{
return 1;
}
编辑器模式下,运行是没有问题的,打包微信小游戏Webgl下 返回是个undefined
这是调用的方法
The text was updated successfully, but these errors were encountered: