This website works better with JavaScript
首頁
探索
說明
登入
lenn
/
grpc1.45.2
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
分支:
master
分支列表
標籤列表
master
grpc1.45.2
/
examples
/
csharp
/
HelloworldUnity
Gogs
bef6e57d0d
first commit
3 周之前
..
Assets
bef6e57d0d
first commit
3 周之前
ProjectSettings
bef6e57d0d
first commit
3 周之前
UIElementsSchema
bef6e57d0d
first commit
3 周之前
.gitignore
bef6e57d0d
first commit
3 周之前
README.md
bef6e57d0d
first commit
3 周之前
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.