diff --git a/.yamato/project.metafile b/.yamato/project.metafile index 7cf275480..80f716f90 100644 --- a/.yamato/project.metafile +++ b/.yamato/project.metafile @@ -30,4 +30,4 @@ projects: - name: com.unity.multiplayer.samples.coop path: Packages/com.unity.multiplayer.samples.coop test_editors: - - 6000.0.25 + - 6000.0.44 diff --git a/CHANGELOG.md b/CHANGELOG.md index 46925ea4a..06cf608cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,16 @@ Additional documentation and release notes are available at [Multiplayer Documen * com.unity.render-pipelines-universal from v17.0.3 to v17.0.4 * com.unity.services.multiplayer from v1.1.0 to v1.1.1 * com.unity.test-framework from v1.4.5 to v1.4.6 +* Upgraded editor version to 6000.0.44f1 and upgraded packages (#902): + * com.unity.ide.rider from v3.0.34 to v3.0.35 + * com.unity.services.multiplayer from v1.1.1 to v1.1.2 + * com.unity.test-framework from v1.4.6 to v1.5.1 + * com.unity.transport from v2.4.0 to v2.5.0 + * com.unity.cinemachine from v.3.1.2 to 3.1.3 + * com.unity.services.authentication from 3.4.0 to 3.4.1 + * jp.hadashikick.vcontainer from 1.14.0 to 1.16.8 + * com.unity.memoryprofiler from 1.1.5 to 1.1.6 + * com.unity.timeline from 1.8.7 to 1.8.8 ### Cleanup * Removed ParrelSync from the project (#890) diff --git a/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md b/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md index e06305562..da271bfa0 100644 --- a/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md +++ b/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md @@ -3,8 +3,13 @@ ## [Unreleased] ### Changed -* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 +* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 (#892) * Removed UnityRelayUtilities +* Upgrading Editor version dependency to 6000.0 (#902) +Upgrading package dependencies: + * Tutorial Framework upgraded to v4.0.4 + * Multiplayer Tools to v2.2.3 + * Netcode for GameObjects to v2.2.0 ## [1.9.0] - 2024-04-18 diff --git a/Packages/com.unity.multiplayer.samples.coop/package.json b/Packages/com.unity.multiplayer.samples.coop/package.json index 2fb7a82da..0311ebe09 100644 --- a/Packages/com.unity.multiplayer.samples.coop/package.json +++ b/Packages/com.unity.multiplayer.samples.coop/package.json @@ -1,14 +1,14 @@ { "name": "com.unity.multiplayer.samples.coop", "displayName": "Multiplayer Samples Utilities", - "version": "1.9.0", + "version": "2.0.0", "type": "template", "host": "hub", - "unity": "2020.3", + "unity": "6000.0", "description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.", "dependencies": { - "com.unity.learn.iet-framework": "3.1.3", - "com.unity.multiplayer.tools": "1.1.0", - "com.unity.netcode.gameobjects": "1.8.1" + "com.unity.learn.iet-framework": "4.0.4", + "com.unity.multiplayer.tools": "2.2.3", + "com.unity.netcode.gameobjects": "2.2.0" } } \ No newline at end of file diff --git a/Packages/manifest.json b/Packages/manifest.json index 2274483ef..ed4c5d55a 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -2,14 +2,14 @@ "dependencies": { "com.unity.2d.sprite": "1.0.0", "com.unity.ai.navigation": "2.0.6", - "com.unity.cinemachine": "3.1.2", + "com.unity.cinemachine": "3.1.3", "com.unity.collab-proxy": "2.7.1", - "com.unity.ide.rider": "3.0.34", + "com.unity.ide.rider": "3.0.35", "com.unity.ide.visualstudio": "2.0.22", "com.unity.inputsystem": "1.13.1", "com.unity.learn.iet-framework": "4.0.4", "com.unity.learn.iet-framework.authoring": "1.2.2", - "com.unity.memoryprofiler": "1.1.5", + "com.unity.memoryprofiler": "1.1.6", "com.unity.multiplayer.center": "1.0.0", "com.unity.multiplayer.playmode": "1.3.3", "com.unity.multiplayer.tools": "2.2.3", @@ -17,14 +17,14 @@ "com.unity.performance.profile-analyzer": "1.2.3", "com.unity.postprocessing": "3.4.0", "com.unity.render-pipelines.universal": "17.0.4", - "com.unity.services.authentication": "3.4.0", - "com.unity.services.multiplayer": "1.1.1", - "com.unity.test-framework": "1.4.6", - "com.unity.timeline": "1.8.7", + "com.unity.services.authentication": "3.4.1", + "com.unity.services.multiplayer": "1.1.2", + "com.unity.test-framework": "1.5.1", + "com.unity.timeline": "1.8.8", "com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10", - "com.unity.transport": "2.4.0", + "com.unity.transport": "2.5.0", "com.unity.ugui": "2.0.0", - "jp.hadashikick.vcontainer": "1.14.0", + "jp.hadashikick.vcontainer": "1.16.8", "com.unity.modules.accessibility": "1.0.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index a464dc2d9..a9973362c 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -26,11 +26,12 @@ "url": "https://packages.unity.com" }, "com.unity.cinemachine": { - "version": "3.1.2", + "version": "3.1.3", "depth": 0, "source": "registry", "dependencies": { - "com.unity.splines": "2.0.0" + "com.unity.splines": "2.0.0", + "com.unity.modules.imgui": "1.0.0" }, "url": "https://packages.unity.com" }, @@ -63,12 +64,11 @@ "com.unity.ext.nunit": { "version": "2.0.5", "depth": 1, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" + "source": "builtin", + "dependencies": {} }, "com.unity.ide.rider": { - "version": "3.0.34", + "version": "3.0.35", "depth": 0, "source": "registry", "dependencies": { @@ -121,7 +121,7 @@ "url": "https://packages.unity.com" }, "com.unity.memoryprofiler": { - "version": "1.1.5", + "version": "1.1.6", "depth": 0, "source": "registry", "dependencies": { @@ -155,9 +155,9 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.unity.learn.iet-framework": "3.1.3", - "com.unity.multiplayer.tools": "1.1.0", - "com.unity.netcode.gameobjects": "1.8.1" + "com.unity.learn.iet-framework": "4.0.4", + "com.unity.multiplayer.tools": "2.2.3", + "com.unity.netcode.gameobjects": "2.2.0" } }, "com.unity.multiplayer.tools": { @@ -273,7 +273,7 @@ "url": "https://packages.unity.com" }, "com.unity.services.authentication": { - "version": "3.4.0", + "version": "3.4.1", "depth": 0, "source": "registry", "dependencies": { @@ -313,7 +313,7 @@ "url": "https://packages.unity.com" }, "com.unity.services.multiplayer": { - "version": "1.1.1", + "version": "1.1.2", "depth": 0, "source": "registry", "dependencies": { @@ -396,15 +396,14 @@ "url": "https://packages.unity.com" }, "com.unity.test-framework": { - "version": "1.4.6", + "version": "1.5.1", "depth": 0, - "source": "registry", + "source": "builtin", "dependencies": { "com.unity.ext.nunit": "2.0.3", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" - }, - "url": "https://packages.unity.com" + } }, "com.unity.test-framework.performance": { "version": "3.0.3", @@ -417,7 +416,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.7", + "version": "1.8.8", "depth": 0, "source": "registry", "dependencies": { @@ -439,7 +438,7 @@ "url": "https://packages.unity.com" }, "com.unity.transport": { - "version": "2.4.0", + "version": "2.5.0", "depth": 0, "source": "registry", "dependencies": { @@ -459,7 +458,7 @@ } }, "jp.hadashikick.vcontainer": { - "version": "1.14.0", + "version": "1.16.8", "depth": 0, "source": "registry", "dependencies": {}, diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 92cbd95bf..a774647e9 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.0.42f1 -m_EditorVersionWithRevision: 6000.0.42f1 (feb9a7235030) +m_EditorVersion: 6000.0.44f1 +m_EditorVersionWithRevision: 6000.0.44f1 (726642cc4f1f)