美文网首页
Unity热更新-ILRuntime

Unity热更新-ILRuntime

作者: 元宇宙协会 | 来源:发表于2020-09-29 15:24 被阅读0次

一般热更新分两块,代码+资源,资源热更几乎都是通过AssetBundle来进行,代码热更采用Lua与C#或者其他的

一、什么是ILRuntime

ILRuntime项目为基于C#的平台(例如Unity)提供了一个纯C#实现,快速、方便且可靠的IL运行时,使得能够在不支持JIT的硬件环境(如iOS)能够实现代码的热更新

Rider 2018.4

.Net Framework 4.7.2

Unity 2018.4

ILRuntime地址:https://github.com/Ourpalm/ILRuntime

ILRuntime_UnityDemo地址:****https://github.com/Ourpalm/ILRuntimeU3D

ILRuntime官方教程地址:****http://ourpalm.github.io/ILRuntime/public/v1/guide/index.html

相关文章

网友评论

      本文标题:Unity热更新-ILRuntime

      本文链接:https://www.haomeiwen.com/subject/acdeuktx.html