Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shorotshishir/grpc-unity

A simple implementation of gRPC in Unity 2020.3.9f1
https://github.com/shorotshishir/grpc-unity

2020 client csharp grpc unity

Last synced: about 23 hours ago
JSON representation

A simple implementation of gRPC in Unity 2020.3.9f1

Awesome Lists containing this project

README

        

# grpc in Unity 2020.3.9f1

A simple Client implementation of gRPC in unity

Tested in 2018.3 and 2019.4 too using `grpc_unity_package.2.40.0-dev202107291036`.

Find the server program [Here](https://github.com/Shorotshishir/grpc/tree/main/Server)

Find the Official Experimental grpc bundle [Here](https://packages.grpc.io/archive/2021/07/6c6463e1cd232e8b7fe532c9a1c9c28189f8f063-35dce82c-990e-4e77-8490-d716df6dcd15/index.xml)

## How to
- clone the repo
- open in unity
- download and extract grpc bundle inside the asset folder
- download and run the server program
- when server is running click play in unity
- You will see, 3 buttons , representing 3 service implementation
- Clicking each will perform that service