Skip to content

Commit

Permalink
doc: 补充部分团结引擎快适配的Q&A信息
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZuo committed Jul 17, 2024
1 parent d85c308 commit c0002ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Design/DevelopmentQAList.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,7 @@ if (WXConvertCore.DoExport() == WXConvertCore.WXExportError.SUCCEED) {
#### 9.微信接口提示“fail require user interaction (only in touchend event)”
- 个别微信接口(比如订阅消息WX.RequestSubscribeMessage)需要在Touch回调才能被使用,而Unity大部分的UI解决方案都是延迟到下一帧才执行UI事件回调。因此需要开发者手动调用OnTouch监听,在回调内使用这类API。

#### 10. 团结引擎导出的小游戏卡在Loading界面并提示“MONO_WASM: Failed to load config file ./blazor.boot.json”

- 查看`Player Setting`中的`Scripting Backend`选项,将其设置为`IL2CPP`后重试。

0 comments on commit c0002ce

Please sign in to comment.