Closed KANAjetzt closed 1 year ago
The plugin can't be enabled due to the static type of tools_panel: ModToolsPanel
. Removing that type allows the plugin to be enabled.
That type doesn't work because ModToolsPanel
has the variable context_actions: FileSystemContextActions
, and FileSystemContextActions
depends on ModToolStore
. However, ModToolStore
is not loaded yet because the autoload is added in the _enter_tree()
function of plugin.gd. ?! 👀
temporarily fixed by #75
https://github.com/GodotModding/godot-mod-tool/pull/76#discussion_r1257462938