原文:ILRuntime入门笔记

基础知识 官方地址:https: github.com Ourpalm ILRuntime 官方文档:https: ourpalm.github.io ILRuntime 文档Markdown源文件:请阅读 ILRuntime docs source src 下的源文件 比这个目录下的源文件新 ILRuntime Documents ,经过对比两个目录有小部分差异。 官方Unity D热更例子工程 ...

2019-01-17 10:37 5 5361 推荐指数:

查看详情

ILRuntime使用笔记

如果ILRuntime使用时性能有问题,需要确认以下几点: 1.发包前是否做了自动分析CLR绑定 2.是否注册了值类型绑定 3.热更DLL是否为release模式编译 4.发包前是否关闭了Development build 5.编辑器下是否 ...

Wed Apr 15 02:22:00 CST 2020 0 1216
ILRuntime官方Demo笔记

调用/执行 热更中的方法 调用热更代码中方法,写在AppDomain中,记录一下主要几个方法: AppDomain.LoadAssembly 加载热更dll 执行热更代码的方法,有两种方式: ...

Sat Mar 02 04:12:00 CST 2019 0 3791
(转)Unity C#热更新方案 ILRuntime学习笔记(一) Hello World

转载请标明原文地址:https://segmentfault.com/a/11... 一、ILRuntime介绍 问:什么是热更新?答:软件在使用时就能实现更新的方式就叫做热更新。热更新无需用户重新下载安装或重启,在使用时即可更新,方便快捷体验良好。 问:什么是ILRuntime?答 ...

Tue Jul 27 01:00:00 CST 2021 0 128
ILRuntime 学习

ILRuntime:  https://github.com/Ourpalm/ILRuntime Demo:  https://github.com/Ourpalm/ILRuntimeU3D 中文在线文档:  https://ourpalm.github.io/ILRuntime/public ...

Sat Jul 27 21:55:00 CST 2019 0 823
ILRuntime 问题总汇

1.在调用委托时报错KeyNotFoundException: Cannot find Delegate Adapter for:HotFix_Project.ui_page_logingame.Go ...

Sun Sep 26 18:44:00 CST 2021 0 93
ILRuntime性能测试

我们公司有一个Unity原生开发语言C#写的项目,目前已经在安卓测试过多次,上架IOS在考虑热更,所以对ILRuntim进行性能测试,在测试过程中已经按照官方文档进行了CLR绑定和生成Release的Dll,并且在非Editor环境下测试。 我的测试环境:ILRuntime 1.6.3 ...

Sun Aug 30 19:00:00 CST 2020 0 2352
使用 ILRuntime UGUI

使用 ILRuntime UGUI 使用Unity版本为2020.1.17太监版(f1c1),VS为2019(白嫖版community); 1. package manager 里导入ILRuntime。 2. 监听Button点击事件。 旧版 在新版本Unity中 ...

Thu Jan 21 01:02:00 CST 2021 0 309
ILRuntime Unity热更新

=distribute.pc_relevant.none-task 在新的项目中,使用到了ILRuntime的热更新方式,不同于XLua等 ...

Mon Feb 24 06:28:00 CST 2020 0 860
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM