Skip to content

Commit 26aa8ac

Browse files
feat: Boss Room and Utilities version bump (#781)
1 parent 66b51f2 commit 26aa8ac

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9-
## [unreleased] - aaaa-mm-dd
9+
## [unreleased] - yyyy-mm-dd
10+
11+
## [2.0.3] - 2022-12-05
1012

11-
### Added
12-
*
1313
### Changed
1414
* Hosts now delete their lobby when shutting down instead of only leaving it (#772) Since Boss Room doesn't support host migration, there is no need to keep the lobby alive after the host shuts down. This also changes how LobbyServiceExceptions are handled to prevent popup messages on clients trying to leave a lobby that is already deleted, following the best practices outlined in this doc : https://docs.unity.com/lobby/delete-a-lobby.html
15-
*
16-
### Cleanup
17-
*
15+
1816
### Fixed
19-
*
17+
* Mage's heal FX plays out on itself and on targets. Added ability for SpecialFXGraphic components to remain at spawn rotation (#771)
2018

2119
## [2.0.2] - 2022-11-01
2220
### Fixed
@@ -40,7 +38,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
4038
* Reenabled depth buffer in the URP settings to enable the use of soft particles (#762)
4139
* Moved a torch out of a corner so that the flame VFX don't clip (#768)
4240
* Fixed issue where pressing 1 on keyboard would not invoke Revive or Pickup/Drop Actions (#770) Authority on modification of displayed Action now comes from a single spot, ClientInputSender.
43-
* Mage's heal FX plays out on itself and on targets. Added ability for SpecialFXGraphic components to remain at spawn rotation (#771)
4441

4542
## [2.0.0] - 2022-10-06
4643

Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Multiplayer Samples Co-op Changelog
22

3-
## [unreleased] - aaaa-mm-dd
3+
## [unreleased] - yyyy-mm-dd
4+
### Changed
5+
*
6+
7+
## [1.5.0] - 2022-12-05
48

59
### Changed
610
* ClientNetworkAnimator component has been added to the Samples Utilities Package. This allows for authority on Animators to be passed onto clients, meaning animations will be client-driven.

Packages/com.unity.multiplayer.samples.coop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.multiplayer.samples.coop",
33
"displayName": "Multiplayer Samples Utilities",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"type": "template",
66
"host": "hub",
77
"unity": "2020.3",

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8945219216adb46586a4f9a1bbba347ad520e68e530042124625a4c891ebbf44
2+
oid sha256:4c052cbb3d9a0b5dd3ba096d6a72f5bcb5e31ece58ffa09df84ea4d8ebb70f26
33
size 25551

0 commit comments

Comments
 (0)