• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Nov-2021-

Assets/H16-Nov-2021-1,2291,028

ProjectSettings/H03-May-2022-1,5671,550

UIElementsSchema/H16-Nov-2021-619619

.gitignoreH A D16-Nov-2021691 5342

README.mdH A D16-Nov-2021485 2014

README.md

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