behavior-eden-coco-plugin/CHANGELOG.md
2023-09-26 22:16:42 +08:00

19 lines
822 B
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.

# Changelog
# 1.0.1 / 2023-09-26
**调整**
- 行为树编辑器面板默认在`Cocos`主编辑器内打开(场景 Panel 旁边),更方便用户操作。
- 切换`层级管理器`节点时,会自动切换为当前节点的行为树,如果当前节点没有行为树,则显示 mask 提示用户`添加组件`并`创建json`。
- 修改`BehaviorEditor`组件按钮文案为`Create / Editor`。
- 在已经打开行为树编辑器的情况下,再次点击`BehaviorEditor`组件的`Create / Editor`可以起到重启插件的效果在更新了外部资源JSON组件
- 画布大小从`2400 1600`下降为` 2000 1400`。
- 禁止设置非组合节点`Composite`的`Abort Type`属性。
- 左下角增加`Root`按钮回到根节点处
- 样式修改
# 1.0.0 / 2023-09-21
**首次发布**