Misaka AI is a Godot 4 game AI editor and runtime that supports FSM/BT/GOAP. Currently in development.
The AI module need to be compiled with Godot. So you need to clone Godot, then clone this repo to godot/modules/ai.
$ git clone https://github.com/godotengine/godot.git
$ git clone https://github.com/kdada/misaka-ai.git godot/modules/aiGodot's build system automatically involves this module and builds it into Godot editor or template.
$ cd godot
$ scons platform=windows target=editor optimize=debug debug_symbols=true