holopy3/Assets/SteamVR/Editor/SteamVR_Editor.asmdef
2020-12-10 15:25:12 +01:00

36 lines
No EOL
883 B
Text

{
"name": "SteamVR_Editor",
"references": [
"SteamVR",
"Unity.XR.OpenVR",
"Unity.XR.Management.Editor",
"Unity.XR.Management"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.valvesoftware.unity.openvr",
"expression": "",
"define": "OPENVR_XR_API"
},
{
"name": "com.unity.xr.management",
"expression": "3.2.0",
"define": "XR_MGMT_GTE_320"
},
{
"name": "com.unity.xr.management",
"expression": "",
"define": "XR_MGMT"
}
],
"noEngineReferences": false
}