AkiBT Versions Save

Powerful Behavior Tree Editor using GraphView for Unity

V1.4.2

6 months ago

ChangeLog

English

  1. Add option to use reflection for initializing variables
  2. Add scope based global variables
  3. Shared variable now can be edited at runtime, debug is more convenient
  4. External tree can now used in behavior tree component directly

中文

  1. 添加使用反射初始化变量的选项
  2. 添加基于作用域的全局变量
  3. 共享变量现在可以在运行时编辑,调试更方便
  4. 外部树现在可以直接在行为树组件中使用

V1.4.1

7 months ago

Change

  1. Add Object Wrapper to use IMGUI if field is not supported in UIElement (See API.md)
  2. Double left click asset to quickly open customized EditorWindow
  3. Prevent modifying original asset when click SaveToSO
  4. Add ScrollView for BlackBoard
  5. Use Dropdown button to select group in setting window
  6. Cache UnityEngine.Object GUID instead of instanceID, you can serialize UObject (in Editor) using Json Serialization now
  7. Add Composite Stack Node, more flexible but experimental since stack node can not contain anthother stack node
  8. Add Auto Layout Button, you can now quickly format layout

Notice

Should be noticed that this update will change the file structure so you should delate old version than import new version unitypackage !

V1.4.0

8 months ago

English:

  1. Add SharedObject and SharedTObject
  2. Compatible with Unity 2022
  3. Remove font

中文: 1.添加SharedObject和SharedTObject 2. 兼容Unity 2022 3. 移除字体

V1.3.1

9 months ago

English:

  1. Add search by name to Searching Service
  2. Optimize search speed for Searching Service
  3. Add warning when serializing UnityEngine.Object field

Chinese:

  1. 在搜索服务中增加了使用名称搜索的功能
  2. 优化了搜索服务的检索速度
  3. 对UnityEngine.Object字段的序列化增加警告

V1.3

10 months ago
  1. Add serialization service to enable json serialization and deserialization
  2. Add search service to quick find behaviorTreeSO using target type node
  3. Auto save and save path will save in setting

V1.2.8

1 year ago

Optimize the initialization speed of AkiBT Fixed Node Namespace mistake Removing fields' AkiLabel of builtin nodes for adapting to the new VM module

V1.2.7

1 year ago

1.优化了共享变量的显示逻辑,使用ForcedSharedAttribute对共享变量进行强制共享 2.加入方便的拖拽复制功能 3.增加了自定义样式表的功能

V1.2.6

1 year ago

1.增加SharedString 2.修改共享变量获取逻辑 3.增加Navmesh和Animator结点拖拽组件功能 4.增加了Projectsetting中NotShowGroup遮罩 5.添加string类型字段的Multiline支持 6.支持PackageManager安装AkiBT

V1.2.5

1 year ago

1.编辑器中为结点增加了GroupBlock,便于设计 2.添加Package信息,你可以在PackageManager中使用git链接安装AkiBT 3.将样式表移动至Resources文件夹,移动文件夹不会导致索引丢失 4.修复PlayMode切换后保存时的报错 5.修复带有共享变量字段的Node Change Behavior时的错误

V1.2.4

1 year ago

1.修复组合结点复制Port的丢失 2.增加文档英文部分 3.修正SharedVariableList的显示