Files
PrinceOfGlory/Packages/com.unity.xr.openxr/Editor/Unity.XR.OpenXR.Editor.asmdef
2026-03-03 03:15:46 +08:00

44 lines
1.1 KiB
Plaintext

{
"name": "Unity.XR.OpenXR.Editor",
"rootNamespace": "",
"references": [
"Unity.XR.Management",
"Unity.XR.Management.Editor",
"Unity.XR.OpenXR",
"Unity.InputSystem",
"Unity.XR.CoreUtils.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.xr.management",
"expression": "3.2.0",
"define": "XR_MGMT_3_2_0_OR_NEWER"
},
{
"name": "com.unity.xr.management",
"expression": "[0.0.0,4.1.0]",
"define": "XR_MGMT_4_1_0_OR_OLDER"
},
{
"name": "com.unity.xr.management",
"expression": "4.4.0",
"define": "XR_MGMT_4_4_0_OR_NEWER"
},
{
"name": "com.unity.xr.compositionlayers",
"expression": "1.0.0",
"define": "XR_COMPOSITION_LAYERS"
}
],
"noEngineReferences": false
}