File size: 1,789 Bytes
18a519f | 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 | {
"name": "Unity.InputSystem",
"references": [
"Unity.ugui"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.xr.oculus",
"expression": "1.0.3",
"define": "DISABLE_BUILTIN_INPUT_SYSTEM_OCULUS"
},
{
"name": "com.unity.xr.googlevr",
"expression": "1.0.0",
"define": "DISABLE_BUILTIN_INPUT_SYSTEM_GOOGLEVR"
},
{
"name": "com.unity.xr.openvr",
"expression": "1.0.0",
"define": "DISABLE_BUILTIN_INPUT_SYSTEM_OPENVR"
},
{
"name": "com.unity.xr.windowsmr",
"expression": "2.0.3",
"define": "DISABLE_BUILTIN_INPUT_SYSTEM_WINDOWSMR"
},
{
"name": "com.unity.modules.vr",
"expression": "1.0.0",
"define": "UNITY_INPUT_SYSTEM_ENABLE_VR"
},
{
"name": "com.unity.modules.xr",
"expression": "1.0.0",
"define": "UNITY_INPUT_SYSTEM_ENABLE_XR"
},
{
"name": "com.unity.modules.physics",
"expression": "1.0.0",
"define": "UNITY_INPUT_SYSTEM_ENABLE_PHYSICS"
},
{
"name": "com.unity.modules.physics2d",
"expression": "1.0.0",
"define": "UNITY_INPUT_SYSTEM_ENABLE_PHYSICS2D"
},
{
"name": "com.unity.ugui",
"expression": "1.0.0",
"define": "UNITY_INPUT_SYSTEM_ENABLE_UI"
}
],
"noEngineReferences": false
} |