slua icon indicating copy to clipboard operation
slua copied to clipboard

Unity2017使用il2cpp导出报错

Open kevin-sq opened this issue 4 years ago • 1 comments

Assets/Slua/LuaObject/Unity/Lua_UnityEngine_WWW.cs(283,17): error CS1061: Type UnityEngine.WWW' does not contain a definition for GetMovieTexture' and no extension method GetMovieTexture' of type UnityEngine.WWW' could be found. Are you missing an assembly reference?

kevin-sq avatar Mar 26 '20 06:03 kevin-sq

CustomExport里面有个functionfilterList,在里面添加过滤就可以了

zhuguoshou avatar Dec 08 '21 03:12 zhuguoshou