1
0
forked from cgvr/DeltaVR

deltavr multiplayer 2.0

This commit is contained in:
Toomas Tamm
2023-05-08 15:56:10 +03:00
parent 978809a002
commit 07b9b9e2f4
10937 changed files with 2968397 additions and 1521012 deletions

View File

@@ -1,10 +1,15 @@
{
"name": "Oculus.VR.Scripts.Editor",
"rootNamespace": "",
"references": [
"Oculus.VR",
"Oculus.VR.Editor"
"Oculus.VR.Editor",
"Unity.XR.Oculus",
"Unity.XR.OpenXR",
"Unity.XR.OpenXR.Editor",
"Unity.XR.Management",
"Unity.XR.Management.Editor"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
@@ -13,5 +18,43 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.xr.management",
"expression": "",
"define": "USING_XR_MANAGEMENT"
},
{
"name": "com.unity.xr.oculus",
"expression": "",
"define": "USING_XR_SDK_OCULUS"
},
{
"name": "com.unity.xr.openxr",
"expression": "",
"define": "USING_XR_SDK_OPENXR"
},
{
"name": "com.unity.xr.oculus",
"expression": "1.7.0",
"define": "PRIORITIZE_OCULUS_XR_SETTINGS"
},
{
"name": "com.unity.xr.oculus",
"expression": "[2.2-pre,3.0-pre)",
"define": "USING_QUEST_PRO_COMPATIBLE_OCULUS_XR_PLUGIN_VERSION"
},
{
"name": "com.unity.xr.oculus",
"expression": "3.2.1-pre",
"define": "USING_QUEST_PRO_COMPATIBLE_OCULUS_XR_PLUGIN_VERSION"
},
{
"name": "Unity",
"expression": "",
"define": "OVR_UNITY_ASSET_STORE"
}
],
"noEngineReferences": false
}