Any interest in making the c# api work in a newer version like .NET 8.0

I am trying to use the latest Yolov8 model in unity with Zed and find that I need .NET 8.0 support to get the latest ML libraries for this to work, but the c# sdk is on .net 4.8. Is there any interest in making the c# api work in a newer version like .NET 8.0?

Hi,

We’ve made a custom branch of our c sharp wrapper that is compatible with .NET6, you can find it here : https://github.com/stereolabs/zed-csharp-api/tree/v3.8_dotnet6

But you are right, we plan to improve our csharp wrapper to make it compatible with more recent versions of .NET. I don’t have any date to give you right now, but that’s something we want to do in the near future.

Best,
Benjamin Vallon

Stereolabs Support