DESKTOP-5RP3AKU\Jisol 09225a33c7 update
2023-10-26 03:06:44 +08:00

22 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 游戏配置数据生成 + 数据对象代码生成器插件
![Cocos Creator 3.x 配套游戏配置数据生成 + 数据对象代码生成器插件](https://img-blog.csdnimg.cn/0b3d49ff88ef46b0aad7e3835967c7ea.png)
### Cocos Creator 3.x 配置Excel文件目录、配置Json数据输出目录、配置脚本输出目录
![Cocos Creator 3.x 配置Excel文件目录、配置Json数据输出目录、配置脚本输出目录](https://img-blog.csdnimg.cn/8970f630863e44239c288c6ff8e44b32.png)
### Cocos Creator 3.x 扩展 -> Oops-Framework Excel To Json
![Cocos Creator 3.x 扩展 -> Oops-Framework Excel To Json](https://img-blog.csdnimg.cn/b5abda11872b4408a34801afb62024f1.png)
### Cocos Creator 3.x 生成数据资源与脚本资源
![Cocos Creator 3.x 生成数据资源与脚本资源,减少编码工作](https://img-blog.csdnimg.cn/52a312d076464e719bde2c3d48acfd49.png)
工具指向策划配置表目录后,每次更新配置时,一键生成数据与静态配置表代码,在项目中后期平凡维护修改时,提高开发效率。
### Excel中数据规则
- Excel中前五行为工具规则数据
- 第一行为字段中文名
- 第二行为字段英文名会生成为json数据的字段名
- 第三行为字段数据类型只支持number、string类型数组和对象类型可自行扩展
- 第四行标记输出服务器数据时,是否存在这个字段"server"为显示字段,"server_no"为删除字段
- 第五行标记输出客户端数据时,是否存在这个字段"client"为显示字段,"client_no"为删除字段