First Android Game - Part 17 - Disable room after game startsAug 22, 2023This is part 17 of making my first Android Game. If you missed part16, you can find it hereWhen the game has started, the current room should not be displayed in the lobby. To prevent user from joining the room, when the user presses start game, I added "PhotonNetwork.CurrentRoom.IsOpen = false;". To prevent the user from seeing the room, I added "PhotonNetwork.CurrentRoom.IsVisible = false;".From the result below you can see that I joined a room from the lobby. However, when I quit and rejoin the lobby, the room is not listed in the lobby anymore.See part 18 hereRecent blogsSee all blogs