YetAnotherHttpHandler
YetAnotherHttpHandler copied to clipboard
VisionOS library
Hello, We are looking for a GRPC unity plugin for VisionOS. We have try your plugin and it's works well on windows and macos. Did you plan to release library for VisionOS ? Thanks
Hello,
I'm also very interested in developing for VisionOS and was wondering about compatibility. It would be fantastic to see support extended to VisionOS. Looking forward to any updates on this!
Thanks!
I also would like to get http/2 on visionOS. I will try to port iOS version.
Update: It just works on VisionOS with minor changes.
-
Replace one line in
/NativeMethods.g.cs
#if UNITY_IOS && !UNITY_EDITOR
with#if (UNITY_IOS || UNITY_VISIONOS) && !UNITY_EDITOR
-
Include VisionOS platform in
/Plugins/Cysharp.Net.Http.YetAnotherHttpHandler.Native/runtimes/ios-arm64/native/libCysharp.Net.Http.YetAnotherHttpHandler.Native.a.meta