unity 2022.2.14

This commit is contained in:
2023-04-06 08:06:21 +02:00
parent 128ab216d2
commit 31e96aa10a
4 changed files with 34 additions and 13 deletions

View File

@@ -78,6 +78,7 @@ MonoBehaviour:
- {fileID: -9065768356830197223}
- {fileID: -2952216973661141114}
- {fileID: -4179021495097340258}
- {fileID: 8995873766301033308}
- {fileID: -3465480095234910706}
- {fileID: 8610061585994297492}
- {fileID: -9064719246138345788}
@@ -243,3 +244,23 @@ MonoBehaviour:
company: Unity
priority: 0
required: 0
--- !u!114 &8995873766301033308
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c4b862ee14fb479fbfe5fffe655d3ed3, type: 3}
m_Name: MetaQuestTouchProControllerProfile Standalone
m_EditorClassIdentifier:
m_enabled: 0
nameUi: Meta Quest Touch Pro Controller Profile
version: 0.0.1
featureIdInternal: com.unity.openxr.feature.input.metaquestpro
openxrExtensionStrings: XR_FB_touch_controller_pro
company: Unity
priority: 0
required: 0

View File

@@ -2,14 +2,14 @@
"dependencies": {
"com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm",
"com.unity.ide.rider": "3.0.21",
"com.unity.render-pipelines.universal": "14.0.6",
"com.unity.render-pipelines.universal": "14.0.7",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.4",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.8.0",
"com.unity.xr.interaction.toolkit": "2.2.0",
"com.unity.xr.mock-hmd": "1.3.1-preview.1",
"com.unity.xr.openxr": "1.6.0",
"com.unity.xr.openxr": "1.7.0",
"io.realm.unity": "10.21.1",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",

View File

@@ -8,7 +8,7 @@
"hash": "8a8fa5a9659a6d63f196391c71e06c4286c8acd7"
},
"com.unity.burst": {
"version": "1.8.3",
"version": "1.8.4",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -33,7 +33,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.5.0",
"version": "1.5.1",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -49,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.6",
"version": "14.0.7",
"depth": 1,
"source": "builtin",
"dependencies": {
@@ -60,14 +60,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.6",
"version": "14.0.7",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.2",
"com.unity.render-pipelines.core": "14.0.6",
"com.unity.shadergraph": "14.0.6"
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.shadergraph": "14.0.7"
}
},
"com.unity.searcher": {
@@ -78,11 +78,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.6",
"version": "14.0.7",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.6",
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.searcher": "4.9.2"
}
},
@@ -192,7 +192,7 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.openxr": {
"version": "1.6.0",
"version": "1.7.0",
"depth": 0,
"source": "registry",
"dependencies": {

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 2022.2.11f1
m_EditorVersionWithRevision: 2022.2.11f1 (621cd60d08fd)
m_EditorVersion: 2022.2.14f1
m_EditorVersionWithRevision: 2022.2.14f1 (b2c9b1ac6cc0)