Skip to content

CatLib/demo-how-to-use-catlib-for-ilruntime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 从热更新文件中读取代码,不加载调试文件

Releases

No releases published

Packages

No packages published

Languages