Skip to content

Commit c0002ce

Browse files
committed
doc: 补充部分团结引擎快适配的Q&A信息
1 parent d85c308 commit c0002ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Design/DevelopmentQAList.md

+2
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,7 @@ if (WXConvertCore.DoExport() == WXConvertCore.WXExportError.SUCCEED) {
164164
#### 9.微信接口提示“fail require user interaction (only in touchend event)”
165165
- 个别微信接口(比如订阅消息WX.RequestSubscribeMessage)需要在Touch回调才能被使用,而Unity大部分的UI解决方案都是延迟到下一帧才执行UI事件回调。因此需要开发者手动调用OnTouch监听,在回调内使用这类API。
166166

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

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

0 commit comments

Comments
 (0)