facebook twitter hatena line email

「Unity/grpc/MagicOnion」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(参考)
(MagicOnionインストール)
行15: 行15:
 
System.Runtime.CompilerServices.Unsafe
 
System.Runtime.CompilerServices.Unsafe
 
</pre>
 
</pre>
 +
 +
==MessagePackインストール==
 +
公式:https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases
 +
#公式ページからMessagePackをDL。
 +
#unpkgの拡張子をzipに変更
 +
#libの下にあるファイルをUnityプロジェクトのAssets/Pluginsに移動
  
 
==MagicOnionインストール==
 
==MagicOnionインストール==

2023年10月3日 (火) 18:43時点における版

unity側grpc準備

https://packages.grpc.io/archive/2022/04/67538122780f8a081c774b66884289335c290cbe-f15a2c1c-582b-4c51-acf2-ab6d711d2c59/index.xml

から以下をDL

  • grpc_unity_package.zip
  • Grpc.Tools.zip

grpc_unity_package.zipを展開

Google.Protobuf
Grpc.Core
Grpc.Core.Api
System.Buffers
System.Memory
System.Runtime.CompilerServices.Unsafe

MessagePackインストール

公式:https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases

  1. 公式ページからMessagePackをDL。
  2. unpkgの拡張子をzipに変更
  3. libの下にあるファイルをUnityプロジェクトのAssets/Pluginsに移動

MagicOnionインストール

参考

https://qiita.com/KyoheiOkawa/items/63a68bbcc3caaaac581e