Files
VR-WuKong/Packages/PICO Unity Integration SDK-3.3.2-20251111/Editor/Unity.XR.PICO.Editor.asmdef

68 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-11-13 17:40:28 +08:00
{
"name": "Unity.XR.PICO.Editor",
"rootNamespace": "",
"references": [
"Unity.XR.PICO",
"Unity.XR.Management",
"Unity.XR.Management.Editor",
"Unity.XR.ARFoundation",
"Unity.XR.CoreUtils",
"Unity.XR.CoreUtils.Editor",
"Unity.RenderPipelines.Universal.Runtime",
"Unity.XR.Interaction.Toolkit",
"Unity.InputSystem",
"Unity.XR.Hands.Samples.VisualizerSample",
"Unity.XR.Hands",
"Unity.XR.OpenXR",
"Unity.XR.OpenXR.Editor",
"Pico.Spatializer"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.xr.management",
"expression": "3.2.0",
"define": "XR_MGMT_GTE_320"
},
{
"name": "com.unity.xr.hands",
"expression": "1.3.0",
"define": "XR_HAND"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "12.1.12",
"define": "URP"
},
{
"name": "com.unity.xr.openxr",
"expression": "",
"define": "UNITY_OPENXR"
},
{
"name": "com.unity.xr.arfoundation",
"expression": "[5.1.2,6.0.0]",
"define": "AR_FOUNDATION_5"
},
{
"name": "com.unity.xr.arfoundation",
"expression": "6.0.0",
"define": "AR_FOUNDATION_6"
},
{
"name": "com.unity.xr.interaction.toolkit",
"expression": "3.0.0",
"define": "XRI_TOOLKIT_3"
}
],
"noEngineReferences": false
}