Skip to content

donnerlab1/UnityGRPC

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published