# Protobuf Unity **Repository Path**: daao/Protobuf-Unity ## Basic Information - **Project Name**: Protobuf Unity - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2015-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Protobuf学习笔记 目录结构: / /protobuf project template : proto文件一键自动生成 *.cs *.java *.py etc protobuf_unity.md : protobuf_unity_实践笔记,相关例子在protobuf_unity_examples目录下 /protobuf_unity_examples /protobuf for unity3d /unityTest : protobuf_unity dll /unityTestSourceCode : protobuf_unity 源码方式 protobuf-net(dll).rar protobuf-net(sourcecode).unitypackage /protobuf-2.6.1 : python protobuf 源码编译运行环境 /protobuf-2.6.1 /python README.txt : 安装指导 PS:如果安装失败 那么就直接安装Resources下的egg /Resources protobuf-2.6.1.tar.gz protobuf-2.6.1-py2.7.egg protoc-2.6.1-win32.zip : 注意这个只支持proto2 编译 .proto 文件 protobuf-net r668.zip :unity .proto 使用protogen 生成.cs 使用precompile 生成 serialize.dll 四大名捕3