官方文档:从零开始 — ILRuntimeILRuntime
http://ourpalm.github.io/ILRuntime/public/v1/guide/tutorial.html直达链接 :Releases · Ourpalm/ILRuntime · GitHubPure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible. - Releases · Ourpalm/ILRuntime
https://github.com/Ourpalm/ILRuntime/releases
Github上下载,然后安装,重启VS

先跑起来Unity(注意:保证主工程中调用了如下代码 ,并执行到
appdomain.DebugService.StartDebugService(56000);
)


成功断点:

本文介绍如何使用ILRuntime在Unity环境中实现纯C#的解释运行,适用于无法使用即时编译的情况。通过GitHub下载并安装,确保在Unity项目中正确配置启动调试服务。
2906

被折叠的 条评论
为什么被折叠?



