com.unity.services.multiplayer 1.2.0-exp.2

com.unity.services.multiplayer

Source docs
Notes: processedReleased January 24, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3

Features

  • Increased Lobby max player count to 150.
  • Added migration data methods to `LobbyHandler` and `IHostSession`.

📈 Improvements

  • Removing a player that is not in the lobby no longer throws a `LobbyServiceException`, instead it will log that the player was not found.

🔧 Bug Fixes

  • Fixed a lobby cache corruption issue.
  • Fixed unauthorized error when trying to remove other players from a lobby, with service account authentication.