We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Meta`s:
@:require("hello", "world") class Main { ... }
require "hello" -- added to top of your lua file require "world"
you have to change the Nlua default path at first
lua.cs
LUA_PATH_DEFAULT = ";" + Application.dataPath + "\\lua\\?.lua";
after you can put your *.lua to unity
/Assets/lua/