From 426c11863ac502df3384b65e0156d41c69695de4 Mon Sep 17 00:00:00 2001 From: kiptaylor Date: Fri, 5 Jan 2024 12:51:29 -0500 Subject: [PATCH] Version swap to planned version Version swap --- ...HandsInteractionSampleProjectValidation.cs | 2 +- Packages/manifest.json | 4 +-- Packages/packages-lock.json | 30 +++++++++---------- ProjectSettings/ProjectVersion.txt | 4 +-- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Assets/Samples/XR Interaction Toolkit/2.5.2/Hands Interaction Demo/Editor/Scripts/HandsInteractionSampleProjectValidation.cs b/Assets/Samples/XR Interaction Toolkit/2.5.2/Hands Interaction Demo/Editor/Scripts/HandsInteractionSampleProjectValidation.cs index e5e71bb..999f9a8 100644 --- a/Assets/Samples/XR Interaction Toolkit/2.5.2/Hands Interaction Demo/Editor/Scripts/HandsInteractionSampleProjectValidation.cs +++ b/Assets/Samples/XR Interaction Toolkit/2.5.2/Hands Interaction Demo/Editor/Scripts/HandsInteractionSampleProjectValidation.cs @@ -206,7 +206,7 @@ namespace UnityEditor.XR.Interaction.Toolkit.Samples.Hands if (request.Status == StatusCode.Success && request.Result.Length > 0) { var versions = request.Result[0].versions; - var verifiedVersion = new PackageVersion(versions.verified); + var verifiedVersion = new PackageVersion(versions.recommended); var latestCompatible = new PackageVersion(versions.latestCompatible); if (verifiedVersion < s_RecommendedPackageVersion && s_RecommendedPackageVersion <= latestCompatible) addRequest = $"{k_HandsPackageName}@{s_RecommendedPackageVersion}"; diff --git a/Packages/manifest.json b/Packages/manifest.json index e08ab0c..2ab46fc 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -3,14 +3,14 @@ "com.unity.feature.development": "1.0.1", "com.unity.feature.vr": "1.0.0", "com.unity.learn.iet-framework": "3.1.3", - "com.unity.render-pipelines.universal": "14.0.8", + "com.unity.render-pipelines.universal": "14.0.9", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.7.6", "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.6", "com.unity.visualscripting": "1.9.1", "com.unity.xr.hands": "1.3.0", "com.unity.xr.interaction.toolkit": "2.5.2", - "com.unity.xr.management": "4.3.3", + "com.unity.xr.management": "4.4.0", "com.unity.xr.openxr": "1.8.2", "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 d2b2c16..47aeba9 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.burst": { - "version": "1.8.8", + "version": "1.8.9", "depth": 1, "source": "registry", "dependencies": { @@ -28,8 +28,8 @@ "depth": 0, "source": "builtin", "dependencies": { - "com.unity.ide.visualstudio": "2.0.18", - "com.unity.ide.rider": "3.0.24", + "com.unity.ide.visualstudio": "2.0.21", + "com.unity.ide.rider": "3.0.25", "com.unity.ide.vscode": "1.2.5", "com.unity.editorcoroutines": "1.0.0", "com.unity.performance.profile-analyzer": "1.2.2", @@ -42,12 +42,12 @@ "depth": 0, "source": "builtin", "dependencies": { - "com.unity.xr.oculus": "4.0.0", + "com.unity.xr.oculus": "4.1.1", "com.unity.xr.openxr": "1.8.2" } }, "com.unity.ide.rider": { - "version": "3.0.24", + "version": "3.0.25", "depth": 1, "source": "registry", "dependencies": { @@ -56,7 +56,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.18", + "version": "2.0.21", "depth": 1, "source": "registry", "dependencies": { @@ -105,7 +105,7 @@ "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "14.0.8", + "version": "14.0.9", "depth": 1, "source": "builtin", "dependencies": { @@ -116,14 +116,14 @@ } }, "com.unity.render-pipelines.universal": { - "version": "14.0.8", + "version": "14.0.9", "depth": 0, "source": "builtin", "dependencies": { "com.unity.mathematics": "1.2.1", "com.unity.burst": "1.8.4", - "com.unity.render-pipelines.core": "14.0.8", - "com.unity.shadergraph": "14.0.8" + "com.unity.render-pipelines.core": "14.0.9", + "com.unity.shadergraph": "14.0.9" } }, "com.unity.searcher": { @@ -141,11 +141,11 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "14.0.8", + "version": "14.0.9", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "14.0.8", + "com.unity.render-pipelines.core": "14.0.9", "com.unity.searcher": "4.9.2" } }, @@ -284,7 +284,7 @@ "url": "https://packages.unity.com" }, "com.unity.xr.management": { - "version": "4.3.3", + "version": "4.4.0", "depth": 0, "source": "registry", "dependencies": { @@ -296,11 +296,11 @@ "url": "https://packages.unity.com" }, "com.unity.xr.oculus": { - "version": "4.0.0", + "version": "4.1.1", "depth": 1, "source": "registry", "dependencies": { - "com.unity.xr.management": "4.2.0" + "com.unity.xr.management": "4.4.0" }, "url": "https://packages.unity.com" }, diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index a74c35f..37f39b7 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.9f1 -m_EditorVersionWithRevision: 2022.3.9f1 (ea401c316338) +m_EditorVersion: 2022.3.11f1 +m_EditorVersionWithRevision: 2022.3.11f1 (d00248457e15)