tolua_runtime with lua-protobuf
基于 tolua ,替换 protoc-gen-lua 为 lua-protobuf, 并编译各平台的库。
想自己编译可以试一下。不想浪费时间可以直接用Plugins目录里编译好的。或者用编译后且集成好的完整的tolua_pb。
tolua_runtime 1.0.8.584
https://github.com/topameng/tolua_runtime
lua-protobuf 0.3.2
https://github.com/starwing/lua-protobuf
PC: build_win32.sh build_win64.h (mingw + luajit2.0.4)
Android: build_arm.sh build_x86.sh (mingw + luajit2.0.4)
Mac: build_osx.sh (Xcode9.4.1 + luac5.1.5 for luajit can't run on unity5)
iOS: build_ios.sh (Xcode9.4.1 + luajit2.1 beta)
macOS: 10.14.5
Xcode: 9.4.1
NDK: android-ndk-r10e
tolua编译集成lua-protobuf指南: https://john.js.org/2020/11/02/ToLua-Compile-With-lua-protobuf/
新增Github Actions自动化构建
只能构建出来Windows的版本,因为Github Actions不提供macOS: 10.14了,更新的版本都不支持Xcode9.4.1。。。太坑了,放弃了。