Script not running with build game

I have a simple scene with a script component attached to an object. The script just draws some GUI stuff to the screen.

When I run it in the Unity developer studio it works fine. When I build a game exe and run that the scene shows up fine but no GUI elements at all.

What am I missing?

Nevermind. The problem seems to be that nothing was drawing due to the fact that the way I was loading the textures would only work in the editor. I need to get my manually loaded textures into the scene package in some way… will figure something out.