GUI Bug? Anybody can help me?

Hello all,

Please, I’m doing a little job here where the Unity must just run data loaded from a MySQL database. In UNity editor runs beautifully. But when I compile, the GUI just does not appear (show).

Look the in-game editor:

And then in compiled version (PC or WEB same problem):
Cant compile to MAC because this cannot run in MAC.

Anybody had this issue before? Any tips? :shock:

Thanks in advance

More info:

  • I tried to erase the GUITexture background.
  • I tried to compile into another PC.
  • I tried to comment some lines.
  • I use methods (functions) to be called inside the void OnGUI.

EDIT: SOLVED… there was a script error :sweat_smile: