lua
文章平均质量分 91
lua-protobuf 新手入门篇-第四章.编译lua-protobuf支持库(Android插件-Win10编译)
asasj57
专业程序
展开
-
lua-protobuf 新手入门篇-第三章.二进制proto读取功能,与,lua-protobuf注意事项简介说明
一,写测试用到的,C#代码,LUA代码1,打开 D:\lua_proto\Assets\Lua_proto.cs C#代码 public string LoadProtoBufFile(string fileName) { string luaPath = Application.dataPath + "/lua/" + fileName; string strLuaContent = File.ReadAllText(luaPath); return原创 2020-08-22 16:37:14 · 2157 阅读 · 0 评论 -
lua-protobuf 新手入门篇-第二章.Unity & lua-protobuf 环境配置
一,Unity配置lua-protobuf支持设置1,打开自己新建的Unity工程D:\lua_proto\Assets\XLua\Src\LuaDLL.cs文件大概41行 public partial class Lua {#if (UNITY_IPHONE || UNITY_TVOS || UNITY_WEBGL || UNITY_SWITCH) && !UNITY_EDITOR const string LUADLL = "__Internal";#el原创 2020-08-22 02:02:49 · 2217 阅读 · 2 评论 -
lua-protobuf 新手入门篇-第一章.编译lua-protobuf支持库(Windows插件-Win10编译)
介绍本章,会用VS2019 64位+proto3版本讲解目前lua-protobuf版本,支持proto2和proto3版本.一,使用工具1,VS2019,Unity 2019.3.5f1 (64-bit)二,下载链接1,xLua下载:https://github.com/Tencent/xLua2,xLua集成第三方库下载:https://github.com/chexiongsheng/build_xlua_with_libs3,lua-protobuf下载:https://github原创 2020-08-22 01:17:55 · 2690 阅读 · 2 评论