Search Unity

[RELEASE] Grpc For Unity

Discussion in 'Assets and Asset Store' started by YayapipiStudio, May 13, 2022.

  1. YayapipiStudio

    YayapipiStudio

    Joined:
    Feb 11, 2017
    Posts:
    9
    Grpc For Unity
    - Asset Store Link -




    Discord | Documentation
    What is gRPC?
    gRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking, and authentication. It is also applicable in the last mile of distributed computing to connect devices, mobile applications, and browsers to backend services.

    Grpc For Unity?
    Grpc for unity is a plugin to help you quickly implement the Grpc Rpc function inside Unity, which saves a lot of time to install plenty of complex DLL environments.

    Grpc For Unity includes the features below:
    • Easy To Implement Grpc Server and Client
    • Clean and Easy To Understand the Core Code
    • No need to install Grpc Dll Environment (We do it for you!)
    • Hello World Demo Scene Included (Example for Grpc Tutorial)
    • More Advanced General Command Demo Scene Included
    • Local Large Files Transfer Available! (new updates)
    • Built-In One-Click Grpc Protoc Generator Inside Unity Editor