You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening up! How to build a protobuf. proto file as cs? Can't you use Grpc.Tools in Unity anymore? So Can you provide a complete example project for generating and calling the GRPC protocol?
The text was updated successfully, but these errors were encountered:
If you create both client and server, I'd recommend MagicOnion (https://github.com/Cysharp/MagicOnion) instead of plain gRPC.
It is build over gRPC, optimized for Unity and does not require .proto files - you write your protos as C# code.
Thank you for opening up! How to build a protobuf. proto file as cs? Can't you use Grpc.Tools in Unity anymore? So Can you provide a complete example project for generating and calling the GRPC protocol?
The text was updated successfully, but these errors were encountered: