Build problem: only the GUI shows up! HELP.

I am a brand new Unity user and a 3D anination student trying to get a working build of my first real game. In Unity, pre build, things work great. But when I hit “build and run” the only thing that shows up in the game is my GUItext!

Specifics: it’s a 3D game with an opening screen and a single game level. There should be several items on screen, some moving. Yes, it works great before I build it. Yes, both scenes have been added to my build settings(?) but that’s all that’s in the list.

You have two scenes, so you must give the instruction when the program has to switch between them, so… In your first scene, in the text, put a screen with the code:
Application.LoadLevel(“NameScene”);
You have to put it in the OnMouseDown… If your text is Like a Button.