Skip to content

Commit aee1bed

Browse files
changelog addition
1 parent 7c0b052 commit aee1bed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Additional documentation and release notes are available at [Multiplayer Documen
1717
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 and the Sessions framework (#892)
1818
* Upgraded editor version to 6000.0.32f1 and Multiplayer Services package to v1.1.0 (#894)
1919
* Removed usage of ISession's deprecated PlayerLeft callback to the new PlayerHasLeft callback
20+
* Upgraded several packages to their recommended versions (#895) They include:
21+
* com.unity.cinemachine from v2.10.3 to 3.1.2. Camera using deprecated CinemachineFreeLook component has been re-implemented with CinemachineCamera component
22+
* com.unity.multiplayer.playmode from v1.3.2 to v1.3.3
23+
* com.unity.multiplayer.tools from v2.2.1 to v2.2.3
24+
* com.unity.netcode.gameobjects from v2.0.0 to v2.1.1
2025

2126
### Cleanup
2227
* Removed ParrelSync from the project (#890)
@@ -27,7 +32,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
2732
* Added the GetTotalDamage API to the IDamageable interface. This number is your maximum health minus your current health.
2833
* Changed the way MeleeAction selects a target when there are multiple targets to collide with. The target with the highest GetTotalDamage value (mentioned above) will be selected.
2934

30-
3135
## [2.5.0] - 2024-04-18
3236

3337
### Changed

0 commit comments

Comments
 (0)