Boss Room Changelog
[2.5.0] - 2024-04-18
Changed
- Upgraded Boss Room to Netcode for GameObjects v1.8.1 (#883)
- Upgraded to the newer API for Rpcs, Universal Rpcs
- ClientConnectedState has been modified to account for server/host now populating DisconnectReason before disconnecting a client before shutting down
- Upgraded editor version to 2022.3.22f1 (#884)
- com.unity.render-pipelines.universal upgraded to v14.0.10
- ClientPlayerAvatarNetworkAnimator has been created to: instantiate the player model based on a networked GUID, rebind this rig to the player's Animator, and apply synchronize data to said Animator (#886)
- This change allows for NetworkAnimator's synchronize step to properly apply its sync data to clients instead of applying an animation state change on OnNetworkSpawn()
- A side-effect of this change has been that a coroutine that had been awaiting the assignment of NetworkAnimator has since been removed as it is no longer an issue on Netcode for GameObjects (since v1.3.1)
Cleanup
- Removed NetworkObject from MainMenuState (#881)
Fixed
- Changed Canvas Sort order of multiple UI elements to enable visibility of RNSM and reconnection attempts during the loading screen (#879)
- Added Null reference check to ClientInputSender to fix null reference for missing ability (#880)
Got Feedback about Boss Room? Let us know via our Feedback Form.
Installation Guide:
https://docs-multiplayer.unity3d.com/netcode/current/learn/bossroom/bossroom/index.html
Utilities Changelog
[1.9.0] - 2024-04-dd
Changed
- Upgraded Utilities package to Netcode for GameObjects v1.8.1 (#883)
- Upgraded to the newer API for Rpcs, Universal Rpcs
- Unity.Multiplayer.Samples.Utilities assembly definition now includes Unity.Collections
Full Changelogs:
https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.5.0/CHANGELOG.md
https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.5.0/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md
Dependencies
Packages
- "com.unity.netcode.gameobjects": "1.8.1",
- "com.unity.transport": "2.0.2",
- "com.unity.services.authentication": "2.7.2",
- "com.unity.multiplayer.tools": "2.0.0-pre.3",
- "com.unity.services.lobby": "1.1.0",
- "com.unity.services.relay": "1.0.5",
- "com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696"
Editor version
- Editor is 2022.3.22f1