• Home
Name Date Size #Lines LOC

..--

Assets/12-May-2024-1,2291,028

ProjectSettings/12-May-2024-1,5691,551

UIElementsSchema/12-May-2024-619619

.gitignoreD12-May-2024691 5342

README.mdD12-May-2024485 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