Initialer Upload neues Unity-Projekt
This commit is contained in:
75
Assets/Oculus/VR/Oculus.VR.asmdef
Normal file
75
Assets/Oculus/VR/Oculus.VR.asmdef
Normal file
@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "Oculus.VR",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"Unity.RenderPipelines.Universal.Runtime",
|
||||
"Unity.XR.OpenXR",
|
||||
"Unity.XR.OpenXR.Editor",
|
||||
"Unity.XR.Management"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": true,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"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.openxr",
|
||||
"expression": "",
|
||||
"define": "USING_XR_SDK_OPENXR"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.xr.oculus",
|
||||
"expression": "1.4.0",
|
||||
"define": "USING_COMPATIBLE_OCULUS_XR_PLUGIN_VERSION"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.render-pipelines.universal",
|
||||
"expression": "",
|
||||
"define": "USING_URP"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.render-pipelines.universal",
|
||||
"expression": "10.0.0",
|
||||
"define": "USING_MRC_COMPATIBLE_URP_VERSION"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "",
|
||||
"define": "OVR_UNITY_ASSET_STORE"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.xr.oculus",
|
||||
"expression": "3.2.6",
|
||||
"define": "OCULUS_XR_ETFR_DELAYED_PERMISSION_REQUEST"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.xr.oculus",
|
||||
"expression": "3.3.0",
|
||||
"define": "OCULUS_XR_3_3_0_OR_NEWER"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.xr.openxr",
|
||||
"expression": "1.5.3",
|
||||
"define": "UNITY_OPENXR_1_5_3"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.xr.openxr",
|
||||
"expression": "1.8.0",
|
||||
"define": "UNITY_OPENXR_BOOT_CONFIG"
|
||||
}
|
||||
],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
Reference in New Issue
Block a user