Skip to the content.


目录


简介

Zero是在Unity中一套游戏开发框架,为游戏开发核心的问题提供了解决方案。其中包括但不限于:

Zero的宗旨就是为想要快速入门的开发者提供一个可行的稳定的Unity项目开发解决方案。通过尽量简洁的使用方式来方便开发者快速上手,以及模块化的代码易于开发者扩展延伸代码的框架。

更多

对Zero有一定了解后,可以通过以下两个Demo更深入Zero的使用

2D游戏Demo(https://github.com/jinglikeblue/Zero2DGameDemo)

3D游戏Demo(https://github.com/jinglikeblue/Zero3DGameDemo)

对于Zero使用的代码热更方案ILRuntime,可以通过作者的网站深入了解

ILRuntime(http://ourpalm.github.io/ILRuntime/public/v1/guide/index.html)