How can I load an image from an url and put it on a sprite at run time?
For example, i want to allow the user to use a custom image from an url as the "head" of a person sprite. I would not know the url until runtime, so i can't just pre-load the images using the editor.
Thanks!