Skip to content

Commit 66b51f2

Browse files
committed
Revert "feat: bumping RNSM to 1.1.0 (#788)"
This reverts commit 5d41f26.
1 parent 5d41f26 commit 66b51f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1212
*
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-
* 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)
15+
*
1616
### Cleanup
1717
*
1818
### Fixed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a49a9ee7b8321910ba0662f14c28df614243eaf941cb9b6607312fa6084c3933
3-
size 6173
2+
oid sha256:5080a9b907bac3cbc409cf77779de83470afe1262c4c76f661e1453f39ac2a93
3+
size 5873

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.unity.ide.vscode": "1.2.5",
1010
"com.unity.learn.iet-framework": "2.2.2",
1111
"com.unity.memoryprofiler": "0.5.0-preview.1",
12-
"com.unity.multiplayer.tools": "1.1.0",
12+
"com.unity.multiplayer.tools": "1.0.0",
1313
"com.unity.netcode.gameobjects": "1.1.0",
1414
"com.unity.performance.profile-analyzer": "1.1.1",
1515
"com.unity.postprocessing": "3.2.2",

Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
}
130130
},
131131
"com.unity.multiplayer.tools": {
132-
"version": "1.1.0",
132+
"version": "1.0.0",
133133
"depth": 0,
134134
"source": "registry",
135135
"dependencies": {

0 commit comments

Comments
 (0)