mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-09-03 02:23:47 +08:00
框架更新说明文档
This commit is contained in:
@@ -15,6 +15,7 @@ oops-framework 基于 Cocos Creato 3.x 开发的一款游戏框架
|
||||

|
||||
|
||||
#### 技术文档
|
||||
- [oops-framework update](https://gitee.com/dgflash/oops-framework/tree/master/doc/using.md)
|
||||
- [oops-framework](https://gitee.com/dgflash/oops-framework/tree/master/doc/core)
|
||||
- [ecs](https://gitee.com/dgflash/oops-framework/tree/master/doc/ecs/ecs.md)
|
||||
- [mvvm](https://gitee.com/dgflash/oops-framework/tree/master/doc/mvvm)
|
||||
|
||||
14
doc/using.md
Normal file
14
doc/using.md
Normal file
@@ -0,0 +1,14 @@
|
||||
### 框架使用说明
|
||||
OopsFramework从3.5.2版本开始以Cocos Creator插件方式提供使用,这样设计的目的是为了方便作者升级框架功能与修复问题时,方便的去更新框架。
|
||||
|
||||
### 开发过程中更新最新版本框架方法
|
||||
1. 更新最新版本的框架工程
|
||||

|
||||
|
||||
2. 找到工程中 extensions/oops-framework 文件夹
|
||||

|
||||
|
||||
3. 关闭自己项目 Cocos Creator 编辑器,将最新更新到的 extensions/oops-framework 文件夹替换自己项目中的对应文件。
|
||||

|
||||
|
||||
4. 重新启动 Cocos Creator 打开自己项目升级完成
|
||||
Reference in New Issue
Block a user