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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
10
11
11
## [2.0.4] - 2022-12-13
12
12
### Changed
13
-
* 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)
14
13
* Updated Boss Room to NGO 1.2.0 (#791).
15
14
* Removed a workaround in our tests waiting for two frames before shutting down a client that is attempting to connect to a server. (see https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/2261)
16
15
* Replaced the workaround using custom messages to send a disconnect reason to clients with the new DisconnectReason feature in NGO. (#790)
Copy file name to clipboardExpand all lines: Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Multiplayer Samples Co-op Changelog
2
2
3
3
## [unreleased] - yyyy-mm-dd
4
+
5
+
## [1.5.1] - 2022-12-13
4
6
### Changed
5
-
*
7
+
*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)
0 commit comments