Skip to content

Commit 5dd97fd

Browse files
changelog additions
1 parent 593a960 commit 5dd97fd

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

CHANGELOG.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,26 @@ Additional documentation and release notes are available at [Multiplayer Documen
2626
* VContainer package upgraded from v1.11.0 to v1.14.0 (#896) This upgrade removes warning messages related to IL weaving as code gen is refactored in v1.14.0
2727
* Upgraded the project to the New Input System v1.11.2 (#897) Compatibility mode with the previous version has been disabled.
2828
* Upgraded editor version to 6000.0.42f1 and upgraded packages (#901):
29-
* com.unity.ai.navigation from v2.0.5 to v2.0.6
30-
* com.unity.collab-proxy from v2.6.0 to v2.7.1
31-
* com.unity.inputsystem from v1.11.2 to v1.13.1
32-
* com.unity.learn.iet-framework from v4.0.3 to v4.0.4
33-
* com.unity.memoryprofiler from v1.1.3 to v1.1.5
34-
* com.unity.netcode.gameobjects from v2.1.1 to v2.2.0
35-
* com.unity.render-pipelines-universal from v17.0.3 to v17.0.4
36-
* com.unity.services.multiplayer from v1.1.0 to v1.1.1
37-
* com.unity.test-framework from v1.4.5 to v1.4.6
29+
* com.unity.ai.navigation from v2.0.5 to v2.0.6
30+
* com.unity.collab-proxy from v2.6.0 to v2.7.1
31+
* com.unity.inputsystem from v1.11.2 to v1.13.1
32+
* com.unity.learn.iet-framework from v4.0.3 to v4.0.4
33+
* com.unity.memoryprofiler from v1.1.3 to v1.1.5
34+
* com.unity.netcode.gameobjects from v2.1.1 to v2.2.0
35+
* com.unity.render-pipelines-universal from v17.0.3 to v17.0.4
36+
* com.unity.services.multiplayer from v1.1.0 to v1.1.1
37+
* com.unity.test-framework from v1.4.5 to v1.4.6
3838
* Upgraded editor version to 6000.0.44f1 and upgraded packages (#902):
39-
* com.unity.ide.rider from v3.0.34 to v3.0.35
40-
* com.unity.services.multiplayer from v1.1.1 to v1.1.2
41-
* com.unity.test-framework from v1.4.6 to v1.5.1
42-
* com.unity.transport from v2.4.0 to v2.5.0
43-
* com.unity.cinemachine from v.3.1.2 to 3.1.3
44-
* com.unity.services.authentication from 3.4.0 to 3.4.1
45-
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
46-
* com.unity.memoryprofiler from 1.1.5 to 1.1.6
47-
* com.unity.timeline from 1.8.7 to 1.8.8
39+
* com.unity.ide.rider from v3.0.34 to v3.0.35
40+
* com.unity.services.multiplayer from v1.1.1 to v1.1.2
41+
* com.unity.test-framework from v1.4.6 to v1.5.1
42+
* com.unity.transport from v2.4.0 to v2.5.0
43+
* com.unity.cinemachine from v.3.1.2 to 3.1.3
44+
* com.unity.services.authentication from 3.4.0 to 3.4.1
45+
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
46+
* com.unity.memoryprofiler from 1.1.5 to 1.1.6
47+
* com.unity.timeline from 1.8.7 to 1.8.8
48+
* Upgraded the project to use Netcode for GameObject's recommended OnConnectionEvent callback (#907)
4849

4950
### Cleanup
5051
* Removed ParrelSync from the project (#890)

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
### Changed
66
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 (#892)
7-
* Removed UnityRelayUtilities
7+
* Removed UnityRelayUtilities
88
* Upgrading Editor version dependency to 6000.0 (#902)
99
Upgrading package dependencies:
10-
* Tutorial Framework upgraded to v4.0.4
11-
* Multiplayer Tools to v2.2.3
12-
* Netcode for GameObjects to v2.2.0
10+
* Tutorial Framework upgraded to v4.0.4
11+
* Multiplayer Tools to v2.2.3
12+
* Netcode for GameObjects to v2.2.0
13+
* Upgraded Utilities package to use Netcode for GameObject's recommended OnConnectionEvent callback (#907)
1314

1415
## [1.9.0] - 2024-04-18
1516

0 commit comments

Comments
 (0)