Can't see GUI layers or sprites

Hello there, I’m trying to make a game for the iPhone and I tried adding a sprite, I can’t see in the camera nor in the scene same thing with GUI stuff. I have a guy and sprite renderer attached to my camera. And the textures are in the cameras field of view.

If you can help me that would be appreciated.

Thanks :slight_smile:

The sprites might be facing the wrong way. You could try rotating the Y axis by 180 degrees.

You can set your Shader to Sprite/Default to make your sprite appear. Hope that helps!

I solved with selecting Layer menu in the top right corner of unity, check on the relative layer(UI layer). Hope this helps.