cwclive2
Results
1
issues of
cwclive2
操作 1、集成第三方库rapidjson `[DllImport(LUADLL, CallingConvention = CallingConvention.Cdecl)] public static extern int luaopen_rapidjson(System.IntPtr L); [MonoPInvokeCallback(typeof(LuaDLL.lua_CSFunction))] public static int LoadRapidJson(System.IntPtr L) { return luaopen_rapidjson(L); }` `AddBuildin("rapidjson", XLua.LuaDLL.Lua.LoadRapidJson);` 2、编译android版本的xlua 3、unity选择webgl平台编辑 出现如下错误 `Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js: undefined symbol:...