unity protobuf3 编译好的dll直接使用
摘要:一、添加插件 拷贝Google.Protobuf到unity Assets\Plugins文件夹下 二、编写protobuf文件 1、引用头文件 syntax = "proto3"; 2、执行protoc.exe 命令 protoc xxx--csharp_out=xxx 具体可详见工程源码中pro
阅读全文
posted @ 2020-09-22 16:08
posted @ 2020-09-22 16:08