Players have the ability to pull some images off of the internet and use them in-game. However, I am not sure how to handle this using NGUI, considering you need an atlas, which needs a material with the image. I effectively want the image to become a button which won't be hard once I figure out how to handle it. Is creating a material, assigning that material the new Texture2D (Or whatever it would have to be), then creating an atlas with that material, be the best way, or what are other alternatives?