|
Hi all! I've got a problem getting this code to work. The "main menu" is built the way it should be but the pop up window that's expected to appear when "options" button is clicked, does not show up. is there something wrong with my code?
(comments are locked)
|
|
What I would do is have the Option button set a boolean var like 'showOptions = true' and have OnGUI check for that, displaying the Options window accordingly. A button in the Options window can set it false to close it.
(comments are locked)
|

To format as code, select the code and hit the 101010 button above the edit window.