-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add Windows Arm64 support #51
Conversation
…therHttpHandler into feature/win-arm64
I can confirm that @mangolas |
Great that this is now this far! Unfortunately the precompiled dll from this branch did not work on my test Unity project when compiled to UWP Arm64. I'll investigate if I can replace dll with one I have compiled and then try to figure out what could be the problem. |
Hmm, this is bit weird. So I compiled uwp dll by hand from this branch, and replaced precompiled dll and it didn't work. Then I went to my known working setup where I just renamed the dll to So my conclusion is that for some reason the |
Thanks for the help with the testing! I was able to set up a Unity UWP project from scratch and run the UWP app on an Arm64 machine. So in the case of |
Added |
Yay, I was now able to get this branch to work directly with my test project! So finally we can use GRPC in all our supported headset, this is so good! Thanks for great lib. |
Fixes #43