com.unity.services.multiplayer 1.1.7

com.unity.services.multiplayer

Source docs
Notes: processedReleased September 9, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3

📈 Improvements

  • The user-provided allocation callback is now guaranteed to be invoked regardless of whether the session is created successfully.
  • - 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.
  • The user-provided deallocation callback is now guaranteed to be invoked.

🔧 Bug Fixes

  • Resolved an issue where the server, upon failing to create a session, would be left in a broken state.