Quantcast
Channel: Latest Questions by Santa
Viewing all articles
Browse latest Browse all 88

WWW returns 'Invalid arguments' error

$
0
0
Hello, I'm trying to download simple file but getting strange error. Simple test code is: WWW www = new WWW( "http://download.unity3d.com/company/images/af2.jpg" ); ... if ( www.error != null ) Debug.LogWarning(www.error); And it gives: Failed to connect to 87.245.215.30: Invalid arguments I've checked everything and still can't figure out what could it be. Could anyone help?

Viewing all articles
Browse latest Browse all 88

Trending Articles