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?