1gRPC C# on Unity
2========================
3
4EXPERIMENTAL ONLY
5-------------
6Support of the Unity platform is currently experimental.
7
8PREREQUISITES
9-------------
10
11- Unity 2018.3.5f1
12
13BUILD
14-------
15
16- Follow instructions in https://github.com/grpc/grpc/tree/master/src/csharp/experimental#unity to obtain the grpc_csharp_unity.zip
17  that contains gRPC C# for Unity. Unzip it under `Assets/Plugins` directory.
18- Open the `HelloworldUnity.sln` in Unity Editor.
19- Build using Unity Editor.
20