Using LimboAI with C#
Here’s how you can use the module version with C# to write your tasks and states.
Locate LimboAI NuGet package files.
Each provided build comes with a GodotSharp folder, which has packages under“GodotSharp/Tools/nupkgs/”. Note down the directory path; you’ll need it in the next step.
Add a local source for NuGet packages using the following command:
dotnetnugetaddsourcepath/to/limboai/nupkgs--nameLimboNugetSourceYour C# project should be able to see LimboAI classes and compile.
Regarding GDExtension, I can only confirm success with the module version and C#.Unfortunately, I haven’t had any luck with the GDExtension version yet.If you’ve had success with GDExtension, please let me know via Discord or email.