Skip to content

Commit 0abc5e7

Browse files
committed
Merge branch 'develop' of github.com:Unity-Technologies/com.unity.multiplayer.samples.coop into develop
* 'develop' of github.com:Unity-Technologies/com.unity.multiplayer.samples.coop: feat: Boss Room and Utilities version bump (#781) # Conflicts: # CHANGELOG.md
2 parents 853cf46 + 26aa8ac commit 0abc5e7

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ 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+
### Changed
11+
* Bumped RNSM to 1.1.0: Switched x axis units to seconds instead of frames now that it's available. This means adjusting the sample count to a lower value as well to 30 seconds, since the x axis was moving too slowly. (#788)
12+
13+
## [2.0.3] - 2022-12-05
1014

11-
### Added
12-
*
1315
### Changed
1416
* 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-
* Bumped RNSM to 1.1.0: Switched x axis units to seconds instead of frames now that it's available. This means adjusting the sample count to a lower value as well to 30 seconds, since the x axis was moving too slowly. (#788)
16-
### Cleanup
17-
*
17+
1818
### Fixed
19-
*
19+
* Mage's heal FX plays out on itself and on targets. Added ability for SpecialFXGraphic components to remain at spawn rotation (#771)
2020

2121
## [2.0.2] - 2022-11-01
2222
### Fixed
@@ -40,7 +40,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
4040
* Reenabled depth buffer in the URP settings to enable the use of soft particles (#762)
4141
* Moved a torch out of a corner so that the flame VFX don't clip (#768)
4242
* 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)
4443

4544
## [2.0.0] - 2022-10-06
4645

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)