Intro

This is a repository with the generated C# code from the proto files.

Tested with Unity 2019.4.35f1, however it may work with a later version too.

Here is a nice tutorial on how to use gRPC in C#: https://grpc.io/docs/languages/csharp/quickstart/

Prerequisites

Unfortunately, the gRPC stuff for iOS and Android drags in some really large .a and .so files (>800Mb) that cannot be directly pushed to this repository unless we wanted to enable Git LFS. For that reason, you should download the gprc unity package from the official site. This version has been verified to work, download the linked zip and unpack it to the Assets folder.

The contents of this repository is good for Unity, however if you'd like to edit code in an IDE, you need to install one of the Unity supported IDEs and generate a C# Solution for them.

Screenshot 2022-02-14 at 20 16 48