icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
101 stars 13 forks source link

Can I use this library In Unity ? #3953

Closed czy77 closed 5 months ago

pepone commented 5 months ago

Hi @czy77

IceRPC for C# requires .NET 8.0. I'm not an expert in Unity but it seems like Unity cannot target .NET 8 yet.

ReeceHumphreys commented 5 months ago

Hello @czy77, I want to jump in on @pepone's answer. Unity is planning to add .NET 8 support in the future. However, they do not have a timeline yet. Here is a link to a forum post about it: https://forum.unity.com/threads/unity-future-net-development-status.1092205/

EDIT (October 27, 2023): We're focused internally on developing and shipping new .NET support, with our current target being .NET 8.