Skip to content

v2.4.0

Compare
Choose a tag to compare
@fernando-cortez fernando-cortez released this 13 Dec 20:05
· 10 commits to main since this release
e48babb

Boss Room Changelog

[2.4.0] - 2023-12-13

Changed

  • Upgraded editor version to 2022.3.14f1 (#871)
    • com.unity.ai.navigation upgraded to v1.1.5
    • com.unity.render-pipelines.universal upgraded to v14.0.9
    • com.unity.services.authentication upgraded to v2.7.1
  • Upgraded Boss Room to Netcode for GameObjects v1.7.1 (#871)

Fixed

  • Fixed NetworkVariable warnings that would be logged when a player was spawned (#863) For a player, certain NetworkVariable values were previously modified before the player's NetworkObject was spawned, resulting in warnings. Now, the NetworkVariable itself is instantiated on the server pre-spawn, such that it is instantiated with the new default value, ensuring the new default value is ready to be read on subsequent OnNetworkSpawn methods for said NetworkObject.

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.8.0] - 2023-12-13

Changed

  • Upgraded Utilities package to Netcode for GameObjects v1.7.1 (#871)

Full Changelogs:

https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.4.0/CHANGELOG.md
https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.4.0/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

Dependencies

Packages

Editor version

  • Editor is 2022.3.14f1