生成dll文件
如何生成所需的dll文件
生成protobuf-net: protobuf-net
生成google protobuf: google protobuf
将生成的dll文件添加到unity
- 在Assets文件夹下的Plugins文件夹中添加生成的dll文件和一起生成的相应的依赖文件
protocol buffers文件转成c#文件
protoc --csharp_out=. example.proto
代码中引用
using Google.Protobuf;
using Example; //根据.proto 文件生成的命名空间