Update to 3.17 Unity version

Updated to 3.17 and opened project
This commit is contained in:
Ktaylor 2024-01-18 14:33:32 -05:00
parent e6dd99f93d
commit fbd34cb9dc
4 changed files with 35 additions and 16 deletions

View File

@ -15,6 +15,7 @@ MonoBehaviour:
features: []
m_renderMode: 1
m_depthSubmissionMode: 0
m_symmetricProjection: 0
--- !u!114 &-8895518590110429109
MonoBehaviour:
m_ObjectHideFlags: 0
@ -290,6 +291,7 @@ MonoBehaviour:
- {fileID: -5611916350011621528}
m_renderMode: 1
m_depthSubmissionMode: 0
m_symmetricProjection: 0
--- !u!114 &-6368128839055358620
MonoBehaviour:
m_ObjectHideFlags: 0
@ -609,6 +611,7 @@ MonoBehaviour:
- {fileID: 2220871646205782247}
m_renderMode: 1
m_depthSubmissionMode: 0
m_symmetricProjection: 0
--- !u!114 &-2985913013423072367
MonoBehaviour:
m_ObjectHideFlags: 0
@ -894,6 +897,7 @@ MonoBehaviour:
- {fileID: -7581625304019661375}
m_renderMode: 1
m_depthSubmissionMode: 0
m_symmetricProjection: 0
--- !u!114 &-34596358968032513
MonoBehaviour:
m_ObjectHideFlags: 0
@ -1331,6 +1335,7 @@ MonoBehaviour:
features: []
m_renderMode: 1
m_depthSubmissionMode: 0
m_symmetricProjection: 0
--- !u!114 &2785801254050174073
MonoBehaviour:
m_ObjectHideFlags: 0
@ -1632,6 +1637,7 @@ MonoBehaviour:
- {fileID: -5644509607064669464}
m_renderMode: 1
m_depthSubmissionMode: 0
m_symmetricProjection: 0
--- !u!114 &4451366187881382638
MonoBehaviour:
m_ObjectHideFlags: 0
@ -2005,6 +2011,10 @@ MonoBehaviour:
manifestName: cambria
enabled: 1
forceRemoveInternetPermission: 1
symmetricProjection: 0
systemSplashScreen: {fileID: 0}
lateLatchingMode: 0
lateLatchingDebug: 0
--- !u!114 &7558681416710770871
MonoBehaviour:
m_ObjectHideFlags: 0

View File

@ -11,7 +11,7 @@
"com.unity.xr.hands": "1.3.0",
"com.unity.xr.interaction.toolkit": "2.5.2",
"com.unity.xr.management": "4.4.0",
"com.unity.xr.openxr": "1.8.2",
"com.unity.xr.openxr": "1.9.1",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.burst": {
"version": "1.8.9",
"version": "1.8.11",
"depth": 1,
"source": "registry",
"dependencies": {
@ -28,8 +28,8 @@
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.ide.visualstudio": "2.0.21",
"com.unity.ide.rider": "3.0.25",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.rider": "3.0.27",
"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.1.1",
"com.unity.xr.openxr": "1.8.2"
"com.unity.xr.oculus": "4.1.2",
"com.unity.xr.openxr": "1.9.1"
}
},
"com.unity.ide.rider": {
"version": "3.0.25",
"version": "3.0.27",
"depth": 1,
"source": "registry",
"dependencies": {
@ -56,7 +56,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.21",
"version": "2.0.22",
"depth": 1,
"source": "registry",
"dependencies": {
@ -121,9 +121,18 @@
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.4",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.shadergraph": "14.0.9"
"com.unity.shadergraph": "14.0.9",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
"com.unity.render-pipelines.universal-config": {
"version": "14.0.9",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9"
}
},
"com.unity.searcher": {
@ -296,7 +305,7 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.oculus": {
"version": "4.1.1",
"version": "4.1.2",
"depth": 1,
"source": "registry",
"dependencies": {
@ -305,13 +314,13 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.openxr": {
"version": "1.8.2",
"version": "1.9.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.management": "4.0.1",
"com.unity.xr.management": "4.4.0",
"com.unity.xr.legacyinputhelpers": "2.1.2",
"com.unity.inputsystem": "1.4.4",
"com.unity.inputsystem": "1.6.3",
"com.unity.xr.core-utils": "2.1.1"
},
"url": "https://packages.unity.com"

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.11f1
m_EditorVersionWithRevision: 2022.3.11f1 (d00248457e15)
m_EditorVersion: 2022.3.17f1
m_EditorVersionWithRevision: 2022.3.17f1 (4fc78088f837)