生成dll文件

如何生成所需的dll文件
生成protobuf-net: protobuf-net
生成google protobuf: google protobuf

将生成的dll文件添加到unity

  1. 在Assets文件夹下的Plugins文件夹中添加生成的dll文件和一起生成的相应的依赖文件

protocol buffers文件转成c#文件

protoc --csharp_out=. example.proto

代码中引用

using Google.Protobuf;
using Example;   //根据.proto 文件生成的命名空间

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部