|
i am using this code to download a version file for my game: this works perfectly in the editor: but when i build the game it i get an error: Does anyone know why this is happening, this error is consistent among all testers.
(comments are locked)
|
The question has been closed May 14 at 11:43 PM by TheDarkVoid for the following reason:
The question is answered, right answer was accepted
|
The screenshot errors says "https" - so can you use http: instead? The unity manual says "Note: http://, https:// and file:// protocols are supported on iPhone. ftp:// protocol support is limited to anonymous downloads only. Other protocols are not supported." Maybe https is also not supported on Windows standalone? There is certainly nothing wrong with dropbox's ssl cert. I just tried it with this on my Mac, and it downloads fine: curl -v -O https://dl.dropbox.com/u/28641623/TowerRobots%20Builds/Version.txt edit: The manual makes it sound like https should work... hmmm maybe you need to file a bug?
Jul 25 '12 at 04:22 AM
mindlube
i will try. Edit: this worked, i will have to file a bug report, wouldn't bee the first...
Jul 25 '12 at 01:51 PM
TheDarkVoid
(comments are locked)
|


