-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathGoogle.XR.Extensions.Editor.asmdef
72 lines (72 loc) · 2.01 KB
/
Google.XR.Extensions.Editor.asmdef
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Google.XR.Extensions.Editor",
"rootNamespace": "",
"references": [
"Google.XR.Extensions",
"Unity.XR.OpenXR",
"Unity.XR.OpenXR.Editor",
"Unity.XR.Management.Editor",
"Unity.XR.Hands",
"GUID:e7613e527d035461da6942ba7283ee2d",
"Unity.XR.CoreUtils.Editor",
"Unity.XR.CompositionLayers",
"Unity.XR.CompositionLayers.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "Unity",
"expression": "6000.0.4",
"define": "UNITY_6000_0_4_OR_NEWER"
},
{
"name": "Unity",
"expression": "6000.0.23",
"define": "UNITY_6000_0_23_OR_NEWER"
},
{
"name": "com.unity.xr.openxr",
"expression": "1.8.2",
"define": "UNITY_OPENXR_1_8_2_OR_NEWER"
},
{
"name": "com.unity.xr.management",
"expression": "4.4.0",
"define": "XR_MGMT_4_4_0_OR_NEWER"
},
{
"name": "com.unity.xr.androidxr-openxr",
"expression": "0.1",
"define": "UNITY_OPEN_XR_ANDROID_XR"
},
{
"name": "com.unity.xr.androidxr-openxr",
"expression": "0.2",
"define": "UNITY_OPEN_XR_ANDROID_XR_0_2_0"
},
{
"name": "com.unity.xr.androidxr-openxr",
"expression": "0.3.9",
"define": "UNITY_OPEN_XR_ANDROID_XR_0_4_0"
},
{
"name": "com.unity.xr.hands",
"expression": "0.1",
"define": "UNITY_XR_HAND"
},
{
"name": "com.unity.xr.compositionlayers",
"expression": "1.0.0",
"define": "XR_COMPOSITION_LAYERS"
}
],
"noEngineReferences": false
}