/grpc-unity-package

gRPC Unity Package

Primary LanguageC#

grpc-unity-package Build Status

gRPC Unity Package

What is it?

Just a bunch of scripts and a travis config to build a nice package to support gRPC in Unity Engine.

It aims to be as vanilla as possible.

What's supported?

gRPC 1.13.0

  • Windows / Linux / OSX are extracted straight from the official Nuget package
  • Android and iOS are built using Travis

How to run the example?

  • Clone this repository without submodules
  • If creating a fresh project, ensure .NET 4.x is enabled
  • Download the latest zip from releases
  • Unzip it in example/UnityGrpcClient/Assets
  • Open example/UnityGrpcClient in Unity
  • Run the SampleScene
  • Profit!

Help wanted!

Tests and feedbacks are welcomed. Let's make Unity and gRPC work smoothly together.

References

Enjoy!