mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 22:09:03 +00:00
update
This commit is contained in:
20
JisolGameCocos/extensions/Behavior Creator/README.md
Normal file
20
JisolGameCocos/extensions/Behavior Creator/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
### 创建行为树
|
||||
|
||||
详细文档 https://www.exporter.top/behavior/#/zh-cn/?id=%e6%8f%92%e4%bb%b6%e5%85%a5%e5%8f%a3
|
||||
|
||||
行为树编辑器是由 `json` 数据驱动的,其入口已集成到 `BehaviorTree` 组件的`属性检查器`面板,可通过以下方式启动:
|
||||
- 新建空节点,在节点上挂载 `BehaviorTree` 组件
|
||||
- 新建内容为空`{}` 的`json`资源,并关联到 `BehaviorTree` 的 `JsonAsset` 属性
|
||||
- 点击 `Edit Behavior` 即可打开行为树编辑器
|
||||
|
||||
### 加载示例
|
||||
在运行时目录`extensions\oreo-behavior-creator\runtime\examples\data` 中提供了一些简单示例。
|
||||
|
||||
### 示例项目地址
|
||||
https://gitee.com/oreo-damowang/behavior-creator-examples
|
||||
|
||||
### 在线文档
|
||||
https://www.exporter.top/behavior
|
||||
|
||||
### QQ交流群:
|
||||
659064495
|
||||
Reference in New Issue
Block a user