-
Notifications
You must be signed in to change notification settings - Fork 484
升级 Unity 2022.3.57f1 小游戏运行报错 #961
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
Comments
有人遇到这个问题吗 |
我也碰到这个问题了 |
+1,我也碰到了。我是升级到2022.3.60之后报错,回退unity版本可以解决。 |
我退到2022.3.48之后就没这个问题了 |
嗯,我是回退到2022.3.50 |
这个后面怎么解决呢,2022 的 LTS 版本也不支持呢 |
我这里稳定复现报错,只要调用了 AudioSource 的 time 属性就报错。 |
|
微信小游戏SDK版本:minigame.202503201129.unitypackage ,Unity版本:2022.3.61f1,只要在空项目加了 |
关注下,希望能解决 |
我也遇到了这个问题, 和 unity 版本无关,是因为安装了微信分包工具,删除掉这个分包工具就 ok 了 |
可以这样子解决:import framework.js前加 import wasm-split |
我本来就没用分包工具,仍然不行😂 |
检查转换后的webgl.wasm.framework.unityweb.js,这个API 签名是不是不一样,可能是unity 修改了API |
大家这个问题解决了吗? |
你好 在哪个文件里添加? |
描述Bug
Unity2022.3.48f1 没问题,升到 Unity2022.3.57f1 开始报错
使用了最新的 微信小游戏转换插件 202501140351
运行环境
The text was updated successfully, but these errors were encountered: