mirror of
https://udrimavric.com/MAVRIC/Stratasys-450mc-VR.git
synced 2025-01-22 15:18:33 -05:00
Version swap to planned version
Version swap
This commit is contained in:
parent
68c32226ae
commit
426c11863a
@ -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}";
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user