Oculus.VR.asmdef
645 Bytes
{
"name": "Oculus.VR",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"versionDefines": [
{
"name": "com.unity.xr.management",
"expression": "",
"define": "USING_XR_MANAGEMENT"
},
{
"name": "com.unity.xr.oculus",
"expression": "",
"define": "USING_XR_SDK_OCULUS"
},
{
"name": "com.unity.xr.oculus",
"expression": "1.4.0",
"define": "USING_COMPATIBLE_OCULUS_XR_PLUGIN_VERSION"
}
]
}