Unity.XR.ARKit.asmdef
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Unity.XR.ARKit",
"references": [
"Unity.RenderPipelines.Lightweight.Runtime",
"Unity.RenderPipelines.Universal.Runtime",
"Unity.XR.ARSubsystems",
"Unity.XR.Management",
"Unity.InputSystem"
],
"includePlatforms": [
"Editor",
"iOS"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.lightweight",
"expression": "[5.7.2,7.0.0)",
"define": "MODULE_LWRP_ENABLED"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "7.0.0",
"define": "MODULE_URP_ENABLED"
},
{
"name": "com.unity.inputsystem",
"expression": "0.9.6-preview",
"define": "UNITY_INPUT_SYSTEM"
}
],
"noEngineReferences": false
}