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?
↧