All my lua code is in LuaCode assets, but after packaging when I try to retrieve the code, I just get a blank string. I'm not using any non-asset content, but is there something to configure during packaging?
The instructions say
Transform your scripts (just drag them in the content browser) to LuaCode assets and eventually fix the RequireTable.
All my lua code is in
LuaCode
assets, but after packaging when I try to retrieve the code, I just get a blank string. I'm not using any non-asset content, but is there something to configure during packaging?The instructions say
I'm not doing any imports in my lua code.