Why do iOS web requests stop working after a few hours?
I build my app to iOS and all my requests and asset bundles work perfectly. I can do this over and over but when I leave the phone alone and come back in a few hours the app no longer works. I get...
View ArticleSSLHandshakeException during Web Request
I was working on the game and as per game requirements, I was fetching logos from the web server through Web Request. Here is my code: // fetching all company related details IEnumerator...
View Articlewww request Error unity 2018
Hi, I am working on webservices where I have to send the image(binary data) to server. I am unable to connect to the server when I start playing unity editor, which says "WWW Error: Unable to complete...
View ArticleWebException: Error: NameResolutionFailure
**I added the Gamesparks SDK and after that when I tried to create a new game on gamesparks but this error keep showing in my console.** WebException: Error: NameResolutionFailure...
View ArticleIssue with sending Json via UnityWebRequest
Hello! I want to send a simple JSON string to the Google Perspective API via UnityWebRequest. Everything seems to be working fine, but there seems to be a problem with my string. I always get an error...
View ArticleHow do I get into my StreamingAssets folder for the Web?
I'm working on a project where I need to access the StreamingAssets folder on a Webgl build. I've done it for mobile and PC. When it comes to web builds, I'm still learning the differences. I know that...
View ArticleWebRequest 407 errors,Web Requests behind a proxy
Hi, We are currently releasing our software to schools however they are unable to log in to our backend system in the app due to their proxy servers needing to authenticate our traffic. It seems it...
View ArticleEmpty Error DownloadHandler
I am having a problem with a blank / empty error showing up in console. This error does not break the code (It keeps running after the error is displayed), and a try catch does not pickup the error....
View ArticleHttpWebRequest doesn't work with Hololens
Hey guys, I'm trying to stream CCTV live video to Hololens, it works fine in Unity Editor but failed in Hololens with an exception of "connect failure TLS support not available". I know UnityWebRequest...
View ArticleUnityEngine.WWW' has been forwarded to an assembly that is not referenced
The type `UnityEngine.WWW' has been forwarded to an assembly that is not referenced. Consider adding a reference to assembly `UnityEngine.UnityWebRequestWWWModule, Version=0.0.0.0, Culture=neutral,...
View ArticleUsage of DownloadHandlerAudioClip.streamAudio
Hi all, I am trying to start playing an AudioClip before it has been completely download as hinted at in the documentation for [DownloadHandlerAudioClip.streamAudio][1]. I have written this sample code...
View ArticleEstablish a constant connection to a web server
I'm trying to create a connection between a unity game and an web server. Essentially there's 3 parts to the project I'm working on, the main game, a mobile app, and the web server. The Mobile app is...
View Articlenot working properties DefaultCredentials, DefaultNetworkCredentials class...
How to get the credentials of the connected user at the moment? Binding to the service through application properties DefaultCredentials, DefaultNetworkCredentials, class CredentialsCache always empty...
View Articlejava.io.EOFException error
I am facing this problem since long. this happens when I am sending a post request using UnityWebRequest.Post. I also have set chunkedTransfer = false; now every alternate use of yield return...
View ArticleMultipartFormDataSection not working - Error: 403
This project goal is uploading user image to server so I am trying to test my api with ***UnityWebRequest*** and ***MultipartFormDataSection***. And I found out I am not able to pass values with...
View ArticleUnityWebRequestMultimedia dosent load local file MacOS
I use UnityWebRequestMultimedia to load files from localDrive on this piece of code. But, on MacOS he tries to Load at localhost. How can i change this? ![alt text][1] ![alt text][2] Song.Audio audio =...
View ArticleWebGL CORS error when trying to get text from a URL. Even when CORS is set?
I'm trying to load high scores for my game from this URL: https://dirtylime.com/games/highscores/display.php?game=space_runner Since uploading the WebGL build to a seperate domain it's failing to get...
View ArticleUnity 2018 hits don't show in Google Analytics
Since moving to Unity 2017/2018 from Unity 5.6, suddenly analytic data to Google Analytics does not arrive anymore. The server says 200 (ok) and there are no errors whatsoever. If the same url is used...
View ArticleDownload progress is -1 forever.
Hello, I want to download files from my FTP server. The login and password in the code is correct I checked it many times. Also the link to the file is correct I guess. The download code is not my code...
View ArticleSend a form to a HTTP server in rails
Hi, i'm trying to use UnityWebRequest to send a form to a Ruby on Rails server, but the error, HTTP/1.1 404 Not Found, keep comming. My code is here: public void Update_GI_Score() {...
View Article