LimboAI: Behavior Trees & State Machines (Godot 4.3)'s icon

LimboAI: Behavior Trees & State Machines (Godot 4.3) 1.2.2 Tools 4.3 Community

Submitted by user limbonaut; MIT; 2024-09-16

LimboAI is an open-source C++ module for Godot 4 providing a combination of Behavior Trees and State Machines for crafting your game’s AI. It comes with a behavior tree editor, built-in documentation, visual debugger, and more! While it is implemented in C++, it fully supports GDScript for creating your own tasks and states. The full list of features is available on the LimboAI GitHub page: https://github.com/limbonaut/limboai

Behavior Trees are powerful hierarchical structures used to model and control the behavior of agents in a game (e.g., characters, enemies, entities). They are designed to make it easier to create complex and highly modular behaviors for your games.

This release works with Godot 4.3. Currently, GDExtension version supports exports for Linux, Windows, macOS, Web and Android.


View files Download Submit an issue Recent Edits