摘要:
Unity C#热更新方案 ILRuntime学习笔记 一、主工程调用Hotfix代码 假设Hotfix工程里有一个Test类,该如何调用该类的方法呢? namespace Hotfix { public class Test { // 实例方法 public string GetName() { 阅读全文
posted @ 2020-09-27 11:22
Arnold-Z
阅读(2838)
评论(0)
推荐(0)
摘要:
https://www.jb51.net/softs/672190.html 阅读全文
posted @ 2020-09-27 11:19
Arnold-Z
阅读(86)
评论(0)
推荐(0)