Hello everyone.
We have decided to phase out the Mixed Reality Forums over the next few months in favor of other ways to connect with us.
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.
The plan between now and the beginning of May is to clean up old, unanswered questions that are no longer relevant. The forums will remain open and usable.
On May 1st we will be locking the forums to new posts and replies. They will remain available for another three months for the purposes of searching them, and then they will be closed altogether on August 1st.
So, where does that leave our awesome community to ask questions? Well, there are a few places we want to engage with you. 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. And always feel free to hit us up on Twitter @MxdRealityDev.
We have decided to phase out the Mixed Reality Forums over the next few months in favor of other ways to connect with us.
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.
The plan between now and the beginning of May is to clean up old, unanswered questions that are no longer relevant. The forums will remain open and usable.
On May 1st we will be locking the forums to new posts and replies. They will remain available for another three months for the purposes of searching them, and then they will be closed altogether on August 1st.
So, where does that leave our awesome community to ask questions? Well, there are a few places we want to engage with you. 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. And always feel free to hit us up on Twitter @MxdRealityDev.
Can't build script in unity but able to play the scene

Hi everybody,
I'm try to code an hololens app which purpose is to read data streamed on a specific url.
I managed to get my code work in the unity scene viewer, when I press the unity play button, but when I try to build my project to get a VisualStudio project, I get the following error:
Assets\URLSource.cs(23,20): error CS1061: 'WebRequest' does not contain a definition for 'GetResponse' and no extension method 'GetResponse' accepting a first argument of type 'WebRequest' could be found (are you missing a using directive or an assembly reference?)
I've used the using System.NET assembly and I've set my compiler setting to .NET4.6 so I do'nt get where it might come from.
Please help, I've been searching for days now,
Thanks
Tagged:
0
Answers
Have a look here: https://forums.hololens.com/discussion/906/http-client-with-unity
@keljed I tried that but no success. My problem is when I go tu build settings to export my unity project to the Hololens, not when I play the scene
@gvvk,
What @keljed referenced should have helped.
Can you post a snippet of the code you are using? That may help us spot the issue.
Thanks!
David
Unfortunately I can't post any code, but I'm sure I surrounded the using statements and the code lines with the #if statements..