diff --git a/Assets/Tests/InputSystem/Unity.InputSystem.Tests.asmdef b/Assets/Tests/InputSystem/Unity.InputSystem.Tests.asmdef index e10c74f1cc..37981b1ea9 100644 --- a/Assets/Tests/InputSystem/Unity.InputSystem.Tests.asmdef +++ b/Assets/Tests/InputSystem/Unity.InputSystem.Tests.asmdef @@ -51,6 +51,11 @@ "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", diff --git a/Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef b/Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef index f60bf6a10b..cbf773a654 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef +++ b/Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef @@ -92,6 +92,11 @@ "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",