facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(MagicOnionインストール)
(MagicOnionインストール)
行23: 行23:
  
 
==MagicOnionインストール==
 
==MagicOnionインストール==
 +
公式:https://github.com/Cysharp/MagicOnion/releases
 +
#unitypackageをDLしてインストール
  
 
==参考==
 
==参考==
 
https://qiita.com/KyoheiOkawa/items/63a68bbcc3caaaac581e
 
https://qiita.com/KyoheiOkawa/items/63a68bbcc3caaaac581e

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

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://github.com/Cysharp/MagicOnion/releases

  1. unitypackageをDLしてインストール

参考

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