summaryrefslogtreecommitdiff
path: root/Assets/Samples/XR Interaction Toolkit/3.1.2/XR Device Simulator/Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator.asmdef
blob: e66b4740b3a6f181e5b884e3838be3f5273161c3 (plain)
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
{
    "name": "Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator",
    "rootNamespace": "",
    "references": [
        "GUID:75469ad4d38634e559750d17036d5f7c",
        "GUID:dc960734dc080426fa6612f1c5fe95f3",
        "GUID:fe685ec1767f73d42b749ea8045bfe43",
        "GUID:ce522b6ed64c8be4c989a1d26d0e3275"
    ],
    "includePlatforms": [],
    "excludePlatforms": [],
    "allowUnsafeCode": false,
    "overrideReferences": false,
    "precompiledReferences": [],
    "autoReferenced": true,
    "defineConstraints": [],
    "versionDefines": [
        {
            "name": "com.unity.xr.hands",
            "expression": "1.1.0",
            "define": "XR_HANDS_1_1_OR_NEWER"
        },
        {
            "name": "com.unity.xr.hands",
            "expression": "1.2.1",
            "define": "XR_HANDS_1_2_OR_NEWER"
        },
        {
            "name": "Unity",
            "expression": "[2020.3.45,2021.1)",
            "define": "HAS_FIND_FIRST_OBJECT_BY_TYPE"
        },
        {
            "name": "Unity",
            "expression": "[2021.3.18,2022.1.0)",
            "define": "HAS_FIND_FIRST_OBJECT_BY_TYPE"
        },
        {
            "name": "Unity",
            "expression": "[2022.2.5,2022.3)",
            "define": "HAS_FIND_FIRST_OBJECT_BY_TYPE"
        },
        {
            "name": "Unity",
            "expression": "2022.3.0",
            "define": "HAS_FIND_FIRST_OBJECT_BY_TYPE"
        }
    ],
    "noEngineReferences": false
}