Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.1 KB

File metadata and controls

21 lines (13 loc) · 1.1 KB

UnityGRPC

Library and tools for using Protobuf and GRPC with unity. Currently only tested with Windows, but runtimes are included for MacOS, Linux, Android and IOS.

Setup

  • install .Net Core / .Net 5.0
  • Use the Unity Package Manager -> + -> add package from git UTL-> git@github.com:donnerlab1/UnityGRPC.git (this might take some time as it needs to download the grpc runtimes)
  • If you want to look at the samples, either clone this repo and add it to your Project or go the the releases page and download the latest assetbundle

Usage

  • Create protofiles

create proto

compile proto

  • You are now able to use the generated client and server code