Skip to content

Commit

Permalink
Add HelloworldUnity readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Feb 12, 2019
1 parent c78d456 commit db598a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/csharp/HelloworldUnity/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit db598a6

Please sign in to comment.