Will .Net WebRequest be available in Unity 3.0 web player?
We are testing using Unity for some online 3D content. We tried to use the WebRequest interface available in .Net but learned it's not available in .Net runtime in the Unity web player.Since we need...
View ArticleWebRequest.Create problem
I'm trying to create a HttpWebRequest _webRequest = WebRequest.Create (_uri), where _uri a valid address. In this case, I get the error described here (http://msdn.microsoft.com/ru-ru/library/bw00b1dc...
View ArticleHttpWebRequest.GetRequestStream() https certificate error exception
I am using a self-signed temp certificate on my https server. I think it is the cause of the exception I pasted below. Is there a way I can use my self-signed certificate? Thanks.OnUserLoginReq...
View ArticleGet echo output from PHP script which is on an FTP server with C#
Yeah I know, quite the title. Allow me to explain, For my school exams I am tasked with making a game which has to be playable in a browser, to do this, I'm using unity's webplayer. The game needs to...
View ArticleUsing async WebRequest GetResponse
*Disclaimer*: This is a **friggin' really complicated question**. Probably what I wasted the most time out of anything I've ever done with Unity 3D in the past 5 years or so. And I'm still stuck...
View ArticleWhy do I get a newline (\n br) while sending a simple string from php to...
Hi everyone,I'm trying to understand how I can interract between Unity and PHP so I started with simple stuff but it's been 3 days that I'm fighting with this and can't find a solution, I have this...
View ArticleDesigning a batch controller for multiple web service requests
Hello All: I am creating a game in which I call rest based web services for data communication. I am able to call and receive data if I make single calls. However I want to reduce number of calls sent...
View ArticleWWW class and Digest Authentication
Hey guys, I have a problem with the Digest Authentication for a web service I need to access using the WWW class. How can I get past it so that I can get the data? I tried supplying the server with the...
View Articlemultiple webrequests, one exception causes next to time out, rest are fine
I have a coroutine of coroutines that call tasks on webrequests. However, one will (purposefully) throw a 403 exception. The very next item will then time out when it's his turn, but all the others...
View ArticleWWW (webrequest)not working in windows8.1 app store build
Hello, i am making an online login system using www in unity. codes works as expected when executed in unity editor , but its not working when i build it for windows 8 app store. when i execute it in...
View ArticleHow to validate SSL certificates when using HttpWebRequest
I am attempting to use the RestSharp library to call a REST API. RestSharp uses HttpWebRequest under the covers. Calling the API works fine when using HTTP, however I need to use the HTTPS protocol...
View ArticleError when using webrequest
Hello. I came across a strange error. My application has to unity3d module that connects to a web service using WebRequest. When I start in debug mode MonoDevelop(with attach to Unity3d) and my...
View Articlecrossdomain.xml not working with ssl and facebook canvas
My app has a facebook canvas version at apps.facebook.com/fizzpoints. The unity3d file is hosted at www.fizzpoints.com. The app makes API calls to development.fizzpoints.com. My app and API calls work...
View ArticleWebRequest receives '(400) Bad Request' on Android
I am trying to upload files from my app to SoundCloud. I have this working fine for Unity itself, but when i run it on my Android device it gets the following error: System.Net.WebException: The remote...
View ArticleWhat is a good cross-platform alternative to WWW?
I've been integrating the [Firebase API](https://www.firebase.com/docs/web/api/) in Unity for a few days now. The WWW class is a bit tricky to wrangle, but I got it working as intended with Firebase's...
View ArticleJsonUtility.FromJson() giving unexpected result
TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations is the error that's being thrown anytime i call this method, also getting error: **ArgumentException:...
View ArticleAbout Implemented host name resolution with IPv6 in Unity 4.6.9 release-notes.
Hi, Unity team. I have question about release-notes of unity-4.6.9. It is "Implemented host name resolution with IPv6". but, When I use "HttpWebRequest" on iOS9 device(Unity 4.6.9 build), I found the...
View ArticleConnect Unity to Microsoft azure database?
Hi I am creating an app that will use augmented reality to recognize text on a piece of paper and make a web request to pull data related to that word. and input that data into the barebones of the...
View ArticleWebRequest.BeginGetRequestStream fails on iOS using IPv6 DNS64/NAT64
Apple has recently made it a requirement for all apps to support IPv6 DNS64/NAT64 and I've been working to comply with this mandate. I followed Apple's directions for setting up a DNS64/NAT64 network...
View Article