How to load texture from server redirect url.For example server URL like http://sample.com/oneserver it will redirected to http://sample.com/oneserver/images/img.png. I found code for upload but not find for download or load as texture. If any one know help me.
Use the WWW class, particularly you’ll want to look at www.texture or www.LoadImageIntoTexture
The thing about URL redirect does not make any sense, since it’s something configured on the web server and not in Unity.