Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A godot addon for C# behaviour trees. Makes use of Eraclys' Behaviour Tree Nuget package under the hood to create node wrappers for the Fluent builder.
Fluent Behaviour Tree
A godot addon for C# behaviour trees. Makes use of Eraclys' Behaviour Tree Nuget package under the hood to create node wrappers for the Fluent builder.
- Utilize common behaviour nodes for things like animations and timers
- Extend these nodes for custom functionality
- Uses a custom
GodotBehaviourContext
Also has a very crude debugging menu.
This is all very proof of concept. Any contributions are welcome.
Known issues
- Debugger is very WIP. Needs a lot of visual cleanup.
Credits
- Icons from BehaviourToolKit
- Used under the MIT license
A godot addon for C# behaviour trees. Makes use of Eraclys' Behaviour Tree Nuget package under the hood to create node wrappers for the Fluent builder.
Reviews
Quick Information

A godot addon for C# behaviour trees. Makes use of Eraclys' Behaviour Tree Nuget package under the hood to create node wrappers for the Fluent builder.