Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Assets/ | 12-May-2024 | - | 1,229 | 1,028 | ||
ProjectSettings/ | 12-May-2024 | - | 1,569 | 1,551 | ||
UIElementsSchema/ | 12-May-2024 | - | 619 | 619 | ||
.gitignore | D | 12-May-2024 | 691 | 53 | 42 | |
README.md | D | 12-May-2024 | 485 | 20 | 14 |
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