mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-26 01:52:16 +01:00
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/Pluginsdirectory. - Open the
HelloworldUnity.slnin Unity Editor. - Build using Unity Editor.