I’m very new to unity, so forgive me if I don’t describe things perfectly. I have been playing around with unity for a few weeks and was working on a mobile app. I created a title screen, added some buttons, created a background and then added a GUITexture with a .png file. Everything seemed to be working fine, I then tried to do some camera fading with the screenswipe.js and crossfade. I was starting to understand it; however noticed that now my GUITexture wasn’t displaying anymore. I figured this was from me playing around with some scripts that i had made, and started to back track to understand how I broke it, i removed almost everything I did however my GUITexture still does not show up at all.
The only thing I have sort of figured out is when I change the object to a different specific layer that I created for the background image, it does display, though it is streteched obscenely.
I have no idea what I did to prevent my main camera from displaying GUITextures, any help would be wonderful.
Thanks!