limbonaut / limboai

LimboAI - Behavior Trees and State Machines for Godot 4
MIT License
780 stars 24 forks source link

Can't enable the plugin... #113

Closed WithAngeloDev closed 1 month ago

WithAngeloDev commented 1 month ago

When I downloaded the build I tried to enable the plugin but I never found the option to enable it: image Thanks :D 👍

limbonaut commented 1 month ago

GDExtension plugins are not possible to enable/disable in that tab. You cannot enable or disable extension like you would with GDScript plugins. It's not a specific issue of LimboAI - it's true about most GDExtension plugins. It's auto-enabled when you put extension into your project (although you need to restart the editor).

WithAngeloDev commented 1 month ago

GDExtension plugins are not possible to enable/disable in that tab. You cannot enable or disable extension like you would with GDScript plugins. It's not a specific issue of LimboAI - it's true about most GDExtension plugins. It's auto-enabled when you put extension into your project (although you need to restart the editor).

Thanks ,but I tried downloading the extension from the AssetLib and restarted the project and still I can't use it for some reason...

WithAngeloDev commented 1 month ago

GDExtension plugins are not possible to enable/disable in that tab. You cannot enable or disable extension like you would with GDScript plugins. It's not a specific issue of LimboAI - it's true about most GDExtension plugins. It's auto-enabled when you put extension into your project (although you need to restart the editor).

Thanks ,but I tried downloading the extension from the AssetLib and restarted the project and still I can't use it for some reason...

found the issue image i need to use a newer version ,Thanks :)

limbonaut commented 1 month ago

Yeah, there is an issue with the latest release, meaning that it works only starting with Godot 4.2.2. I'll fix it when tuxfamiliy.org comes back up.