Sign in
chromium
/
external
/
github.com
/
grpc
/
grpc
/
592b840e10e1188999b8374cd20bdfb00c905c96
/
.
/
examples
/
csharp
/
HelloworldUnity
tree: a18baa13654bd4739f6c3498712e7bc8ae111053 [
path history
]
[
tgz
]
.gitignore
Assets/
ProjectSettings/
README.md
UIElementsSchema/
examples/csharp/HelloworldUnity/README.md
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.