YetAnotherHttpHandler icon indicating copy to clipboard operation
YetAnotherHttpHandler copied to clipboard

VisionOS library

Open touchline3d opened this issue 10 months ago • 2 comments

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

touchline3d avatar Apr 17 '24 14:04 touchline3d

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!

5v34 avatar Aug 06 '24 14:08 5v34

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.

  1. Replace one line in /NativeMethods.g.cs #if UNITY_IOS && !UNITY_EDITOR with #if (UNITY_IOS || UNITY_VISIONOS) && !UNITY_EDITOR

  2. Include VisionOS platform in /Plugins/Cysharp.Net.Http.YetAnotherHttpHandler.Native/runtimes/ios-arm64/native/libCysharp.Net.Http.YetAnotherHttpHandler.Native.a.meta

Last8Exile avatar Sep 24 '24 18:09 Last8Exile