facebook twitter hatena line email

Unity/grpc/MagicOnion

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

(※作成途中です)

unity設定確認

  1. OtherSettingsで、ApiCompatibilityLevelが、".Net Standard2.1"であることを確認。

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の下にある、netstandard2.0フォルダを、UnityプロジェクトのAssets/Pluginsに移動

MagicOnionインストール

公式:https://github.com/Cysharp/MagicOnion/releases

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

参考

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