Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@fernando-cortez fernando-cortez released this 18 Apr 14:46
74afaeb

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

Editor version

  • Editor is 2022.3.22f1