The problem I’m having is I am able to press M to hide my gui but when I go to press N it will not show itself. Anyone know what I might be doing wrong ?
My code is in C# but it shouldn’t be to difficult to translate into Javascript.
If you have never used Unities OnGUI function I have left a link below. Keep in mind that the OnGUI function runs twice per frame. It is incredibly handy.