Skip to content

Commit 8f215bb

Browse files
author
kkin
committed
* update README.md
1 parent 9bb6bd0 commit 8f215bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DemoProject/Assets/Scripts/TestEntry/MonoEntry.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ public static void Main()
2121
}catch(Exception e)
2222
{
2323
Debug.Log(e.ToString());
24-
PureScript.Mono.ScriptEngine.OnException(e.ToString());
24+
throw new Exception(e.ToString());
2525
}
26-
2726
}
2827

2928

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编辑器默release模式导出失败,需要在右下角修改为debug模式即可正常导出。
81+
4. 暂时不支持Unity2020
8282
5. 建议所有网络或文件IO操作统一在il2cpp内执行,配置为Adapter提供给Mono使用。
8383

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

0 commit comments

Comments
 (0)