- Home /
Question by
Darklink999999 · Apr 27 at 07:58 AM ·
c#webgl.net
System.Web not being recongnized by Unity
Hello, I have this following line in my script:
NameValueCollection query = HttpUtility.ParseQueryString(new Uri(Location.href()).Query);
which for some reason suddenly gives this error:
error CS0103: The name 'Location' does not exist in the current context
I have tried Reimporting All, changing the .Net version. Nothing seems to work, is there a solution to this?
Comment
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
BindingList could not be found? 2 Answers
Advantages of .NET framework 4.6 upgrade? 1 Answer
Using a newer version of a library included in .net? 0 Answers