Skip to content

codeage/protobuf-unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol Buffers 3 for Unity 5

Overview

Forked from https://github.com/google/protobuf. The oringal C# project uses some new APIs of .NET 4 which do not supported by Unity/Mono. I've made some changes to the code to make it compatiable with Unity/Mono.

How to compile

Open the project file (./csharp/src/Google.Protobuf/Google.Protobuf.Unity.csproj) in MonoDevelope (or Visual Studio, Xamarin Studio) and build.

How to use

Copy Google.Protobuf.Unity.dll to the Assets folder of Unity project and enjoy it!

About

Protocol Buffers - Google's data interchange format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 43.5%
  • Java 15.1%
  • Objective-C 14.4%
  • C# 10.2%
  • Python 5.3%
  • Protocol Buffer 4.2%
  • Other 7.3%