Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shorotshishir/grpc-unity
- Owner: Shorotshishir
- Created: 2021-07-30T20:17:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T20:51:44.000Z (over 3 years ago)
- Last Synced: 2024-11-11T18:33:26.316Z (2 months ago)
- Topics: 2020, client, csharp, grpc, unity
- Language: ShaderLab
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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