Is it possible to have a picture from my site with Unity?

Hi I have been practising with Unity and wondered if this was possible? Basically I want something (possibly a gui) to access a picture from my website so the path would be http://mysite.com/picture and when I pressed a button essentially the picture would be downloaded into the Viewer?

I could see this working. I know you can save screenshots in a specified location, so I think you can do that, though I don’t know how exactly.

Use WWW( Unity - Scripting API: WWW ) class to download texture and WWW.texture to load it

Great Thanks So much!

I’m glad this helped you