I’m using Prime31’s Etcetera plugin (specifically the image picker) to allow the user to set the texture of a Plane to an image they’ve picked or taken. However, when I test this on the device the image is picked and after some time the Plane renders as black. There are no errors in the log. All my debug output checks out as well.
I’ve looked at the example provided and I’m wondering if the problem is caused by the Plane material. Currently, there are two presets for the bitmap rendered on this Plane controlled by GUI interaction; both of these work fine in that I can switch between them. I think my problem is that this Plane has a material of type Mobile/Background. I do not want this Plane to be shaded.
Also, the textureLoaded delegate method passes Texture2D. My two preset textures are of type Texture.
Thanks.