Nothing happened when hit Host Button

There are some steps have been skip in the tutorial… And it’s frustrating. When you followed all the code and hit Host Button, the LobbyUI doesn’t show up. The Join Button is fine. Please have a proper look at your tutorial videos. Thank you

Hi there, sorry you are having trouble. I would be happy to help you get your game working. Would you be able to send a screenshot of what is happening and copy and paste the HostLobby() method from your MainMenu.cs?

Here it is:
When I pressed Host Button it connected to the server but the lobby ui won’t show up


ezgif.com-gif-maker

Hi, that seems correct. Can you show the Lobby Panel in the inspector and the Lobby Menu Script? I think the lobby panel showing should be triggered by the method:

private void HandleClientConnected()
{
     lobbyUI.SetActive(true);
}

In the lobbyMenu.cs.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms