Files
acRealman_xr/unity/PICO-Unity-Integration-SDK-release_3.4.0/Platform/Pico.Platform.asmdef
2026-05-30 16:04:37 +08:00

25 lines
593 B
Plaintext
Executable File

{
"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"
}
]
}