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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,23 @@ Additional documentation and release notes are available at [Multiplayer Documen
8
8
9
9
## [Unreleased]
10
10
### Added
11
-
* Added a welcome dialog to guide users on their first time experience
12
-
* Added a Table of Contents with helpful resources, that can be accessed from the `Tutorials > Show Tutorials` menu
13
-
* Added the Multiplayer Play Mode package v1.3.1 to the project
11
+
* Added a welcome dialog to guide users on their first time experience (#888)
12
+
* Added a Table of Contents with helpful resources, that can be accessed from the `Tutorials > Show Tutorials` menu
13
+
* Added the Multiplayer Play Mode package v1.3.1 to the project (#890)
14
14
15
15
### Changed
16
-
* Upgraded Boss Room to Netcode for GameObjects v2.0.0
17
-
* Upgraded editor version to 6000.0.25f1
16
+
* Upgraded editor version to 6000.0.25f1 and upgraded Boss Room to Netcode for GameObjects v2.0.0 (#890)
18
17
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 and the Sessions framework (#892)
18
+
* Upgraded editor version to 6000.0.32f1 and Multiplayer Services package to v1.1.0 (#894)
19
+
* Removed usage of ISession's deprecated PlayerLeft callback to the new PlayerHasLeft callback
19
20
20
21
### Cleanup
21
-
* Removed ParrelSync from the project
22
+
* Removed ParrelSync from the project (#890)
22
23
23
24
### Fixed
24
25
* Fix a Healer ability doesn't work (#893)
25
26
* Changed the way characters are oriented when using skills.
26
-
* Added the GetTotalDamage API to the IDamagble interface. This number is your maximum health minus your current health.
27
+
* Added the GetTotalDamage API to the IDamageable interface. This number is your maximum health minus your current health.
27
28
* 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