Unity Multiplayer
View Unity MultiplayerMultiplayer SDK 1.2.0-exp.2
5 documented changes.
- Version
- 1.2.0-exp.2
- Released
- Jan 1, 2025
- Product
- Unity Multiplayer
Unity Gaming Services release notes
Official notesMultiplayer SDK 1.2.0-exp.2
Added
- Feature
Increased Lobby max player count to 150.
- Feature
Added migration data methods to `LobbyHandler` and `IHostSession` .
Changed
- Change
Removing a player that is not in the lobby no longer throws a `LobbyServiceException` , instead it will log that the player was not found.
Fixed
- Fix
Fixed a lobby cache corruption issue.
- Fix
Fixed unauthorized error when trying to remove other players from a lobby, with service account authentication.