Skip to content

Commit 373014f

Browse files
author
kkin
committed
* update README.md
+ support unity2020
1 parent e9f21bb commit 373014f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
1. 需要热更新的程序集可以使用UnityEditor上的菜单PureScript/Build构建。
7979
2. 目前iOS平台带的mono库为arm64指令集没有开启bitcode,如有其它需求请自己构建一个替换。
8080
3. 如果是windows平台记得根据上面说明生成ScriptEngine.dll 替换导出目录中的dll
81-
4. 暂时不支持Unity2020
81+
4. Unity2020编辑器默认release模式导出失败,需要在编辑器右下角'Switch to debug mode'即可正常导出。
8282
5. 建议所有网络或文件IO操作统一在il2cpp内执行,配置为Adapter提供给Mono使用。
8383

8484
--------------------------------------------

ScriptEngine/Tools/Binder.exe

-512 Bytes
Binary file not shown.

ScriptEngine/Tools/Binder.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)