com.unity.services.multiplayer 1.1.1
com.unity.services.multiplayer
Source docsNotes: processedReleased February 6, 2025
Unity Compatibility
Minimum Unity: 2022.3
Package Dependencies
- com.unity.collections (2.2.1)
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.nuget.newtonsoft-json (3.2.1)
- com.unity.services.authentication (3.3.3)
- com.unity.services.core (1.13.0)
- com.unity.services.deployment (1.3.0)
- com.unity.services.qos (1.3.0)
- com.unity.services.wire (1.2.7)
- com.unity.transport (2.2.1)
✨ Features
- Added migration path validation to warn users when they are using incompatible packages namely the lobby, matchmaker, multiplay and relay standalone SDK.
📈 Improvements
- Increased Lobby max player count to 150.
- Removing a player that is not in the lobby no longer throws a `LobbyServiceException`, instead it will log that the player was not found.
- Updated error when trying to access `MultiplayService.Instance` while in the editor.
🔧 Bug Fixes
- Fixed lobby so it no longer throws `ArgumentException: An item with the same key has already been added`.
- Fixed unauthorized error when trying to remove other players from a lobby, with service account authentication.
