DEV Community

Cover image for Add GRPC to Unity project checklist
insthync
insthync

Posted on

Add GRPC to Unity project checklist

  • Find unitypackge from daily build list (https://packages.grpc.io/)
  • Extract plugins to project asset folder
  • Your project target must be .NET 4.x Equivalent (Edit → Project Settings → Player → Configuration → Scripting Runtime Version)

Service Compiler

I also made a tool to compile GRPC’s .proto files for Unity based on protobuf-unity project, you can get it from this link.

There is a new field to set grpc_csharp_plugin path

New field for protobuf-unity

You also can find built protoc and grpc_csharp_plugin from daily build list (https://packages.grpc.io/)

Top comments (0)