vive focus3 support

This commit is contained in:
2023-05-16 08:00:37 +02:00
parent 16a69d2fec
commit c9d1717acc
27 changed files with 1251 additions and 1131 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm",
"com.htc.upm.vive.openxr": "1.0.10",
"com.unity.ide.rider": "3.0.21",
"com.unity.render-pipelines.universal": "14.0.7",
"com.unity.textmeshpro": "3.0.6",
@@ -8,7 +9,6 @@
"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.7.0",
"io.realm.unity": "10.21.1",
"com.unity.modules.ai": "1.0.0",
@@ -50,6 +50,13 @@
"scopes": [
"io.realm.unity"
]
},
{
"name": "VIVE",
"url": "https://npm-registry.vive.com",
"scopes": [
"com.htc.upm"
]
}
]
}