perbone / luascript

Lua language support for Godot Engine
Apache License 2.0
629 stars 44 forks source link

Not found LuaScript in Create Script window #39

Closed fabiomen10 closed 3 years ago

fabiomen10 commented 3 years ago

I've successfully built Godot 3.2.3 from source, import luascript module and built it again with success too. But I don't find the option to create a new script file in Lua.

Poikilos commented 3 years ago

Your images are missing (403 forbidden). Save them if you can see them while logged in, then try pushing edit, remove them, then drag the files to the issue.

perbone commented 3 years ago

Did you follow the readme to compile with Lua enabled?

fabiomen10 commented 3 years ago

build Godot again adding to the command line the following options module_luascript_enabled=yes

Yes. Built with success. But errors persist. I removed compiled binary and compiled it again from zero with the module luascript option added. Same again isn't showing LuaScript on create file script window.