Devlogs
MST v4.6.1 Released
Posted July 01, 2021 by Vladimir
#multiplayer #players list #games list #PUN
- Bug fixed. When a player leaves a room, he was not removed from the list of players.
- The method for getting the list of players has been removed, all its logic has been transferred to the FindGames method. An example of getting a list of players can be found in the PlayersListView class. You can also see how getting a list of players in a room works in the BasicRoomsAndLobbies example.