-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of gRPC library for Unity #661
Comments
Can I use your chatapp example first and then sync the new solution later |
Today, we have released a preview of the HTTP/2 handler that enables the use of grpc-dotnet. Although this project is still in its early stages and rough around the edges, we believe it is an important step forward. When using Grpc.Net.Client with MagicOnion, please define the build constant |
@mayuki bugs related to protobuf-net + protobuf-net.gRPC affecting IL2CPP reported by me recently. These libraries are used to follow a I see MagicOnion doesn't use them and I don't know if it is possible to use them but just in case I mention these threads: |
Thank you for the information. The former seems to be a problem due to IL2CPP code generation related to |
@mayuki Master is now quite ahead of 5.1 branch. Are there any plans to release all those changes soon? Thank you! |
Currently, we are incorporating updates for YetAnotherHttpHandler, and as soon as that stabilizes, we plan to release this library. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
We are currently testing and experimenting with a solution to use grpc-dotnet (Grpc.Net.Client) on Unity.
This includes Unity Editor support on Apple Silicon, which is currently lacking in the C-core gRPC library.
We apologize that we cannot announce this right now, but if all goes well, we expect to release a preview within a few months.
Update: July 28, 2023
Today, we have released a preview of the HTTP/2 handler that enables the use of grpc-dotnet.
https://github.com/Cysharp/YetAnotherHttpHandler
Although this project is still in its early stages and rough around the edges, we believe it is an important step forward.
Please try out this library, and we look forward to receiving your feedback.
When using Grpc.Net.Client with MagicOnion, please define the build constant
USE_GRPC_NET_CLIENT
. If you don't use C-core, also defineUSE_GRPC_NET_CLIENT_ONLY
.The text was updated successfully, but these errors were encountered: