DEV Community

Cover image for Add GRPC to Unity project checklist
insthync
insthync

Posted on

1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay