Unity GUI not in build, but works fine in editor
- by Darren
I have:
GUITexture attached to an object
A script that has GUIStyles created for the Textfield and Buttons that are created in OnGUI(). This script is attached to the same object in number 1
3 GUIText objects each separate from the above.
A script that enables the GUITexture and the script in number 1 and 2 respectively
This is how it is…