Is it possible to import a JPG image into Unity from web?

Is it possible to use an image from the web, like http://yoursitehere.com/image.jpg like a texture?

I mean, in real time.

Yup

WWW.Texture :smile:

Great thanks!