Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.76 KB

File metadata and controls

39 lines (27 loc) · 1.76 KB

Codecov

如何使用CatLib For ILRuntime

这个Demo演示了如何在Unity中使用CatLib For ILRuntime扩展组件

扩展组件文档请访问: CatLib For ILRuntime 中文文档

起步

  • clone 示例项目库
git clone https://github.com/catlib/demo-how-to-use-catlib-for-ilruntime.git
  • 安装子模块
git submodule update --init --recursive

CatLib.ILRuntime 扩展将会以子模块的形式安装到CatLib/Vendor文件夹下,Demo文件夹中的任何内容都可以被您修改。

  • 使用Unity3d打开这个项目,并设定框架调试等级:
调试等级 描述
Development 不从热更新文件中读取代码
Stading 从热更新文件中读取代码,并加载调试文件
Production 从热更新文件中读取代码,不加载调试文件