Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

WebRequestBindings.gen.cs Not Found?

Ive been working on an application that makes a web request to a web service that we have set up. The web service returns a json string to the editor in unity and the hololens, however the Unity editor is the only one thats been able to parse the Json String. When run on hololens my coroutine breaks at the point where the conversion is taking place. Putting a break point there, I tried to step through it and got the WebRequestBindings.gen.cs Not found. Does anyone know what this is and how I could go about resolving it?

Answers

  • Options
    ContextVRContextVR ✭✭✭

    @DanielB Are you using Unity's built-in JSON serialization, or something else, like SimpleJson or Json.NET? We're using HttpWebRequest + Json.NET, no serialization problems there. It would help if you posted a sample and the error you're getting.

Sign In or Register to comment.