Tencent / xLua

xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.
Other
9.39k stars 2.46k forks source link

C#代码端获取不到返回的Lua模块,Lua代码端没有问题,请问是咋回事呢 #852

Open a405457747 opened 3 years ago

a405457747 commented 3 years ago

XLua luaEnv.DoString($"require ('{requirePath}')", className);获取不到返回的lua table模块 Unity2019.4.17f1c1 XLua v2.1.15

chexiongsheng commented 3 years ago

return require ('xxxxxxxxxxxxxxxxxx')