I'm working on the main menu for the game, where I have options to join or create a room. Under the Create button, I made an Advanced button which will open the advanced panel, giving the user more options, such as room size. I made the correct onclick()
event which uses SetActive
property of both the main menu panel and the advanced panel.
The problem is, that when I click the button, the advanced menu appears but the main menu doesn't hide. I've looked at different tutorials, but they all say to do exactly what I've done.