Unity Multiplayer
View Unity MultiplayerMultiplayer SDK 1.1.7
4 documented changes.
- Version
- 1.1.7
- Released
- Sep 1, 2025
- Product
- Unity Multiplayer
Unity Gaming Services release notes
Official notesMultiplayer SDK 1.1.7
Changed
- Change
The user-provided allocation callback is now guaranteed to be invoked regardless of whether the session is created successfully.
- Change
If session creation fails, the `OnAllocate` callback will still be invoked. This means you must check whether the Session is null before using it. The deallocation callback will be invoked once the server times out.
- Change
The user-provided deallocation callback is now guaranteed to be invoked.
Fixed
- Fix
Resolved an issue where the server, upon failing to create a session, would be left in a broken state.