You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ Additional documentation and release notes are available at [Multiplayer Documen
17
17
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 and the Sessions framework (#892)
18
18
* Upgraded editor version to 6000.0.32f1 and Multiplayer Services package to v1.1.0 (#894)
19
19
* 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
20
25
21
26
### Cleanup
22
27
* Removed ParrelSync from the project (#890)
@@ -27,7 +32,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
27
32
* Added the GetTotalDamage API to the IDamageable interface. This number is your maximum health minus your current health.
28
33
* 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.
0 commit comments