Edit of asset "Visual Behavior Tree" Accepted

Old/Current New/Edit
Title Visual Behavior Tree Visual Behavior Tree
Description You can create behavior tree in editor visually, debug it and enjoy your life. Please read the instruction in the Github wiki.
or read this :
1. your parent of BT must have a script
2. your script must not error
3. to create a task or while or priority_condition node your parent script must have function with name start with task_ and accept one and only one argument as control_flow.
4. to success a task you must call succeed() in control_flow
5. to failed a task you must call failed() in control_flow
6. if you not calling anything control_flow will stay as running state until you call succeed() or failed().

1.1.6
* new feature hot reload your tree when connected to debugger for faster prototyping.
* various bug fixing and usability improvement.

1.1.7
* new feature jump to source code from BTEditor
* undo redo functionality in BTEditor

1.1.9
* is_init function is added for control flow.
* quality of life update
You can create behavior tree in editor visually, debug it and enjoy your life. Please read the instruction in the Github wiki, trust me you will need it.
Category Tools Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/fian46/addons-btree https://github.com/fian46/addons-btree
Issues Url https://github.com/fian46/addons-btree/issues https://github.com/fian46/addons-btree/issues
Godot version Godot 3.2 Godot 3.1
Version String 1.1.9 1.1.3
Download Commit 6f23547b9618fa4e9d54ab392234f4ea8e058d09 83a435e315b88a82007c7a5efa808019b6eda3e6
Download Url (Computed) https://github.com/fian46/addons-btree/archive/6f23547b9618fa4e9d54ab392234f4ea8e058d09.zip https://github.com/fian46/addons-btree/archive/83a435e315b88a82007c7a5efa808019b6eda3e6.zip
Icon Url https://user-images.githubusercontent.com/13792627/93459566-78d35780-f914-11ea-9514-6f403f1e13c1.png
https://user-images.githubusercontent.com/13792627/93459566-78d35780-f914-11ea-9514-6f403f1e13c1.png
Preview Insert
Type video
Image/Video URL https://www.youtube.com/watch?v=iBl4t3Cbvzw
Thumbnail https://user-images.githubusercontent.com/13792627/93450588-ba5e0580-f908-11ea-9c05-96ca684992d3.png