Skip to content

Commit 8bfd742

Browse files
authored
FIX: fixed gamepad navigation in UI Toolkit TextField [6000.1] (#2141)
1 parent edb2aeb commit 8bfd742

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Assets/Tests/InputSystem/Unity.InputSystem.Tests.asmdef

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
"expression": "6000.0.11",
5252
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_SCROLL_DELTA"
5353
},
54+
{
55+
"name": "Unity",
56+
"expression": "6000.1.0b9",
57+
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_NAVIGATION_DEVICE_TYPE"
58+
},
5459
{
5560
"name": "Unity",
5661
"expression": "6000.2.0a4",

Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
"expression": "6000.0.11",
9393
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_SCROLL_DELTA"
9494
},
95+
{
96+
"name": "Unity",
97+
"expression": "6000.1.0b9",
98+
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_NAVIGATION_DEVICE_TYPE"
99+
},
95100
{
96101
"name": "Unity",
97102
"expression": "6000.2.0a4",

0 commit comments

Comments
 (0)