diff --git a/Assets/XR/Settings/Open XR Package Settings.asset b/Assets/XR/Settings/Open XR Package Settings.asset index 2caa0a6..e4e99ec 100644 --- a/Assets/XR/Settings/Open XR Package Settings.asset +++ b/Assets/XR/Settings/Open XR Package Settings.asset @@ -669,6 +669,7 @@ MonoBehaviour: - {fileID: 6608782425623987302} - {fileID: 3208386579728675260} - {fileID: 6292531315855025610} + - {fileID: 7711963444129475597} - {fileID: 4531011529869867297} - {fileID: 5629080990835026240} - {fileID: -1113652564743348174} @@ -1007,7 +1008,7 @@ MonoBehaviour: nameUi: Mock Runtime version: 0.0.2 featureIdInternal: com.unity.openxr.feature.mockruntime - openxrExtensionStrings: XR_UNITY_null_gfx + openxrExtensionStrings: XR_UNITY_null_gfx XR_UNITY_android_present company: Unity priority: 0 required: 0 @@ -1032,6 +1033,8 @@ MonoBehaviour: company: Unity priority: 0 required: 0 + targetQuest: 1 + targetQuest2: 1 --- !u!114 &4816985265585505722 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1466,6 +1469,27 @@ MonoBehaviour: required: 0 cacheSize: 1048576 perThreadCacheSize: 51200 +--- !u!114 &7711963444129475597 +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: 7de993716e042c6499d0c18eed3a773c, type: 3} + m_Name: MockRuntime Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Mock Runtime + version: 0.0.2 + featureIdInternal: com.unity.openxr.feature.mockruntime + openxrExtensionStrings: XR_UNITY_null_gfx XR_UNITY_android_present + company: Unity + priority: 0 + required: 0 + ignoreValidationErrors: 0 --- !u!114 &7746737413369703933 MonoBehaviour: m_ObjectHideFlags: 0 diff --git a/Packages/manifest.json b/Packages/manifest.json index b5c66ae..e73697f 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -5,13 +5,13 @@ "com.mapbox.mapbox-sdk": "https://github.com/Spiess/mapbox-upm-sdk.git", "com.unity.ide.rider": "3.0.16", "com.unity.ide.visualstudio": "2.0.16", - "com.unity.inputsystem": "1.4.3", + "com.unity.inputsystem": "1.4.4", "com.unity.test-framework": "1.1.33", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.4", "com.unity.ugui": "1.0.0", "com.unity.xr.management": "4.2.1", - "com.unity.xr.openxr": "1.4.2", + "com.unity.xr.openxr": "1.5.3", "deepspeech": "https://github.com/Spiess/deep-speech-upm.git", "dev.dres.unityclient": "https://github.com/dres-dev/UnityClient.git#v1.1.0", "org.vitrivr.unityinterface.cineastapi": "https://github.com/vitrivr/CineastUnityInterface.git#v0.0.4", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index c874a01..00c3288 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -14,7 +14,7 @@ "depth": 0, "source": "git", "dependencies": {}, - "hash": "70ce80016f8e2724fb7438c217987a86e047ffc3" + "hash": "d07537d564216a6b0c26dc2a7ee774bd2177f5e9" }, "com.mapbox.mapbox-sdk": { "version": "https://github.com/Spiess/mapbox-upm-sdk.git", @@ -49,7 +49,7 @@ "url": "https://packages.unity.com" }, "com.unity.inputsystem": { - "version": "1.4.3", + "version": "1.4.4", "depth": 0, "source": "registry", "dependencies": { @@ -131,13 +131,13 @@ "url": "https://packages.unity.com" }, "com.unity.xr.openxr": { - "version": "1.4.2", + "version": "1.5.3", "depth": 0, "source": "registry", "dependencies": { "com.unity.xr.management": "4.0.1", "com.unity.xr.legacyinputhelpers": "2.1.2", - "com.unity.inputsystem": "1.3.0" + "com.unity.inputsystem": "1.4.2" }, "url": "https://packages.unity.com" }, diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 8ea1b85..6a95707 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2021.3.11f1 -m_EditorVersionWithRevision: 2021.3.11f1 (0a5ca18544bf) +m_EditorVersion: 2021.3.14f1 +m_EditorVersionWithRevision: 2021.3.14f1 (eee1884e7226)