Add HelloworldUnity readme

This commit is contained in:
Jan Tattermusch 2019-02-11 19:10:42 +01:00
parent c78d456e08
commit db598a6cd0
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
gRPC C# on Unity
========================
EXPERIMENTAL ONLY
-------------
Support of the Unity platform is currently experimental.
PREREQUISITES
-------------
- Unity 2018.3.5f1
BUILD
-------
- Follow instructions in https://github.com/grpc/grpc/tree/master/src/csharp/experimental#unity to obtain the grpc_csharp_unity.zip
that contains gRPC C# for Unity. Unzip it under `Assets/Plugins` directory.
- Open the `HelloworldUnity.sln` in Unity Editor.
- Build using Unity Editor.