Files
PrinceOfGlory/Packages/com.unity.xr.openxr.picoxr/Platform/PICO.Platform.asmdef
2026-03-03 03:15:46 +08:00

25 lines
617 B
Plaintext

{
"name": "PICO.Platform",
"references": [
"Unity.XR.PICO.Editor",
"Unity.XR.PICO",
"Unity.XR.OpenXR.Features.PICOSupport"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"versionDefines": [
{
"name": "com.unity.xr.management",
"expression": "",
"define": "USING_XR_MANAGEMENT"
},
{
"name": "com.unity.xr.pico",
"expression": "",
"define": "USING_XR_SDK_PICO"
}
]
}