gilzoide / godot-lua-pluginscript

Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
https://gilzoide.github.io/godot-lua-pluginscript/topics/README.md.html
MIT License
298 stars 21 forks source link

Can't use the extension #54

Open Antonygamergod opened 4 months ago

Antonygamergod commented 4 months ago

When i try to enable it gives Thais erro

Unable to load addon script from path: 'res://addons/godot-lua-pluginscript/plugin/plugin.gd'. This might be due to a code error in that script. Disabling the addon at 'res://addons/godot-lua-pluginscript/plugin/plugin.cfg' to prevent further errors.

How can i solve this

Antonygamergod commented 4 months ago

Just letting you know that I'm using Godot on my cell phone in version 3.6-beta3

jtbx commented 4 months ago

Hi Antony, have you tried reinstalling the plugin? Perhaps completely removing the "addons" directory and reinstalling the addon would help.

gilzoide commented 4 months ago

Hey @Antonygamergod, thanks for the report! Is there any additional information you can share about this? Maybe there are some useful error messages in Godot's Output tab or something, or a script error when you open the res://addons/godot-lua-pluginscript/plugin/plugin.gd file in the script editor.