com.unity.netcode 1.5.0-exp.2

com.unity.netcode

Source docs
Notes: processedReleased February 11, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Package Dependencies

📈 Improvements

  • Added more sections to the documentation with information about what to look out for during a host migration.
  • Renamed `HostMigration.MigrateServerData` to `HostMigration.SetHostMigrationData` and made it public. It's the counterpart to `GetHostMigrationData`. `MigrateDataToNewServerWorld` is now optional to use.
  • Added a world parameter to the public APIs `GetHostMigrationData`/`TryGetHostMigrationData`.

🔧 Bug Fixes

  • Issue where the relay connection setup would fail after host migrations. Stopped using fixed listening ports on the server.
  • Issue with incorrect host migration size being uploaded. When the host migration data blob was small it would cause errors during deployment.
  • Issue when the host configuration part of the migration data was over 1KB in size.