UI 자동화를 위해 바인딩 기능 구현
- 유니티 에셋 인증 오류로 meta 재생성
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"name": "Unity.InputSystem",
|
||||
"rootNamespace": "",
|
||||
"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.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"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "6000.0.9",
|
||||
"define": "UNITY_INPUT_SYSTEM_PLATFORM_SCROLL_DELTA"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "6000.0.11",
|
||||
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_SCROLL_DELTA"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "6000.1.0b9",
|
||||
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_NAVIGATION_DEVICE_TYPE"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "6000.2.0a4",
|
||||
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_NAVIGATION_DEVICE_TYPE"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "[2022.3.69,2023.0.0]",
|
||||
"define": "UNITY_INPUT_SYSTEM_SENDPOINTERHOVERTOPARENT"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "6000.0.15",
|
||||
"define": "UNITY_INPUT_SYSTEM_SENDPOINTERHOVERTOPARENT"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.modules.unityanalytics",
|
||||
"expression": "1",
|
||||
"define": "UNITY_INPUT_SYSTEM_ENABLE_ANALYTICS"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "6000.3.0a6",
|
||||
"define": "UNITY_INPUT_SYSTEM_PLATFORM_POLLING_FREQUENCY"
|
||||
},
|
||||
{
|
||||
"name": "Unity",
|
||||
"expression": "6000.4.0a4",
|
||||
"define": "UNITY_INPUTSYSTEM_SUPPORTS_MOUSE_SCRIPT_EVENTS"
|
||||
}
|
||||
],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
Reference in New Issue
Block a user