Hello again.
So I've added a button and a couple of text labels, that's all working ok. The button loads the game ok. I want to set a background screen on my main menu scene (the one with NGUI). I've dropped the asset on and it's created a Sprite Renderer, it all looks ok in the scene view but when I hit Play I don't see my background. Is there a way to fix that? Sorry, it's probably really obvious but I'm trying to learn Unity and NGUI at the same time.
My hierarchy looks like
UI Root
+Camera
+Button
+Label
Background.
Doesn't seem to matter where in the hierarchy it goes I don't see it. It's position is set to 0,0,0.
Any ideas? Thanks!