Unity Multiplayer
View Unity MultiplayerMultiplayer SDK 1.0.0-pre.1
6 documented changes.
- Version
- 1.0.0-pre.1
- Released
- Jul 1, 2024
- Product
- Unity Multiplayer
Unity Gaming Services release notes
Official notesMultiplayer SDK 1.0.0-pre.1
Updates
- Feature
Added: Adding the ability to update the session published port (NetworkConfiguration.UpdatePublishPort) to enable auto-port selection in network handlers.
- Feature
Added: View in Deployment Window button for Multiplay Hosting and Matchmaker config as code resource files, dependent on Deployment package version 1.4.0.
- Change
Changed: Updating direct network options default values: listenIp and publishIp default to 127.0.0.1, port defaults to zero
- Change
Changed: Updating network support in sessions for netcode for entities to version 1.3.0-pre.2.
- Change
Changed: Updating network support in sessions for netcode for game objects v2 to version 2.0.0-pre.1 (required for distributed authority)
- Fix
Fixed: Fix issue where gsh deploy upload may fail in some cases