com.unity.netcode 1.5.0-exp.2
Source docsNotes: processedReleased February 11, 2025
Unity Compatibility
Minimum Unity: 2022.3 (11f1)
Package Dependencies
- com.unity.entities (1.3.9)
- com.unity.modules.animation (1.0.0)
- com.unity.transport (2.4.0)
📈 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.
