Skip to content

Commit

Permalink
Updated word-gesture keyboard package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiess committed Nov 22, 2022
1 parent 8ed21dd commit b8bc3f8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
26 changes: 25 additions & 1 deletion Assets/XR/Settings/Open XR Package Settings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ MonoBehaviour:
- {fileID: 6608782425623987302}
- {fileID: 3208386579728675260}
- {fileID: 6292531315855025610}
- {fileID: 7711963444129475597}
- {fileID: 4531011529869867297}
- {fileID: 5629080990835026240}
- {fileID: -1113652564743348174}
Expand Down Expand Up @@ -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
Expand All @@ -1032,6 +1033,8 @@ MonoBehaviour:
company: Unity
priority: 0
required: 0
targetQuest: 1
targetQuest2: 1
--- !u!114 &4816985265585505722
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit b8bc3f8

Please sign in to comment.