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
+20-15Lines changed: 20 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
8
8
9
-
## [Unreleased] - yyyy-mm-dd
9
+
## [v1.3.0-pre UNRELEASED] - yyyy-mm-dd
10
10
11
11
### Added
12
-
feat: bad network conditions warning [MTT-3242] (#632)
13
-
feat: adding RNSM (Runtime Network Stats Monitor) to boss room [MTT-3267] (#621)
14
-
Added basic automated testing and CI (#484) (#487) (#639)
15
-
feat: connection feedback + IP connection window [MTT-2315][MTT-3234] (#613)
16
-
First import of all the vandal imp artwork (#637)
17
-
feat: other players loading progress in loading screen [MTT-2239] (#580)
18
-
feat: auto reconnect [MTT-2617] (#611)
19
-
feat: bumping relay version so we now have auto region selection (with the QoS package). This allows selecting the right relay region instead of the default us-central and should reduce latency for non-central folks. (#657)
12
+
* Adding RNSM (Runtime Network Stats Monitor) to boss room [MTT-3267] (#621)
13
+
* Other players loading progress in loading screen [MTT-2239] (#580)
14
+
* Auto reconnect [MTT-2617] (#611)
15
+
* Bumping relay version so we now have auto region selection (with the QoS package). This allows selecting the right relay region instead of the default us-central and should reduce latency for non-central folks. (#657)
16
+
* Bad network conditions warning [MTT-3242] (#632)
17
+
* Added basis for automated testing and CI (#484) (#487) (#639)
18
+
* Connection feedback + IP connection window [MTT-2315][MTT-3234] (#613)
19
+
* First import of all the vandal imp artwork (#637)
20
+
* Updated boss room's root scene to automatically load child scenes at editor time (#653)
20
21
21
22
### Changed
22
-
fix: remove initial ugs popup [MTT-3563] (#650) --> Users who do not use UGS will no longer receive a popup when starting the application telling them how to set it up. It is replaced with a tooltip that appears when hovering on the "Start with Lobby" button with the cursor.
23
-
chore: bump NGO to pre.9 (#643)
24
-
chore: bump boss room to 2021 [MTT-3022] (#620)
25
-
fix: folders and assemblies refactor MTT-2623, MTT-2615 (#628)
26
-
feat: updated boss room's root scene to automatically load child scenes at editor time (#653)
23
+
* Bump NGO to pre.9 (#643)
24
+
* Bump Boss Room to Unity 2021 [MTT-3022] (#620)
25
+
* Remove initial ugs popup [MTT-3563] (#650) --> Users who do not use UGS will no longer receive a popup when starting the application telling them how to set it up. It is replaced with a tooltip that appears when hovering on the "Start with Lobby" button with the cursor.
26
+
* Folders and assemblies refactor MTT-2623, MTT-2615 (#628) --> work in progress
27
27
28
28
### Removed
29
-
chore: remove UNET [MTT-3435] (#638) --> removed deprecated UNET transport from Boss Room
29
+
* Remove UNET [MTT-3435] (#638) --> removed deprecated UNET transport from Boss Room
0 commit comments