godot-yet-another-behavior-tree icon indicating copy to clipboard operation
godot-yet-another-behavior-tree copied to clipboard

A Behavior Tree implementation for Godot Engine

Results 5 godot-yet-another-behavior-tree issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be nice to have a UI view that allows to edit / see behavior trees. Since a tree can be quite big, maybe a whole new main screen...

enhancement

I noticed that whenever a BTTickResult is expected, int is used instead as in Godot 3, but it makes it harder to understand code intention and ensure type safety. So...

enhancement
question
breaking compatibility

Camera is too zoomed in and stretching the window doesn't help, so I miss part of the scene in examples main scenes. In blackboard_sharing I only see 2 characters. In...

bug
question

**Scenario** - Create a behavior tree in a scene, from editor - On a node, try to change its type using the Godot Editor menu entry It fails, saying ```...

Even if there is few code in this add-on, things can be quickly complicated when composing multiple behavior tree nodes. It is necessary to add unit tests to improve stability...

enhancement