「Unity/grpc/MagicOnion」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==参考== https://qiita.com/KyoheiOkawa/items/63a68bbcc3caaaac581e」) |
(→参考) |
||
| 行1: | 行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を展開 | ||
| + | <pre> | ||
| + | Google.Protobuf | ||
| + | Grpc.Core | ||
| + | Grpc.Core.Api | ||
| + | System.Buffers | ||
| + | System.Memory | ||
| + | System.Runtime.CompilerServices.Unsafe | ||
| + | </pre> | ||
| + | |||
| + | ==MagicOnionインストール== | ||
| + | |||
==参考== | ==参考== | ||
https://qiita.com/KyoheiOkawa/items/63a68bbcc3caaaac581e | https://qiita.com/KyoheiOkawa/items/63a68bbcc3caaaac581e | ||
2023年10月3日 (火) 18:29時点における版
unity側grpc準備
から以下を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
