Git Product home page Git Product logo

Comments (2)

gemiware avatar gemiware commented on September 27, 2024

Have a different error when trying to enable the plugin. Also on windows 11 and using latest godot: v4.0.stable.official [92bee43ad]

--- Debug adapter server started ---
--- GDScript language server started ---
res://addons/godot-lua-pluginscript/plugin/plugin.gd:23 - Parse Error: Unexpected "Identifier" in class body.
Transient parent has another exclusive child.

So it does not recognize the word tool...

after refactoring it to @tool it is recognized and I get the same error as abovementioned. However it seems the plugin is not yet supported in Godot4 as it does not have GDNative anymore...

from godot-lua-pluginscript.

gilzoide avatar gilzoide commented on September 27, 2024

Hi @gemiware.
That's right, this plugin is Godot 3.X only, since it relies on GDNative + PluginScript.
It's gonna take almost a full rewrite to support Godot 4 + GDExtension, so it will most likely live as a separate project.

If you want to use Lua in Godot 4.X right now, WeaselGames/godot_luaAPI already has some support for that. It is not a "Lua as a scripting language that you can attach directly to Nodes" like Lua PluginScript is, but may be enough depending on your use case.

from godot-lua-pluginscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.