Quantcast
Channel: Answers for "Main menu help needed (C#)"
Browsing all 4 articles
Browse latest View live

Answer by hans_vesthardt98

I am not an expert on the area, but i made a main menu like this, except for the quit game. I think you have to rearrange your levels so the Main Menu is one of the first ones, but i will link you my...

View Article



Answer by Tomer Barkan

You see, the GUI is drawn every frame in the `OnGUI()` method. So if you want it displayed, you need to call the `GUI.Button()` etc every frame. Now the problem is here: if (GUI.Button (new...

View Article

Answer by hans_vesthardt98

I am not an expert on the area, but i made a main menu like this, except for the quit game. I think you have to rearrange your levels so the Main Menu is one of the first ones, but i will link you my...

View Article

Answer by Tomer-Barkan

You see, the GUI is drawn every frame in the `OnGUI()` method. So if you want it displayed, you need to call the `GUI.Button()` etc every frame. Now the problem is here: if (GUI.Button (new...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images