From 12286af2ad8b8939e355f160cde238d6982f7c4f Mon Sep 17 00:00:00 2001 From: Rita Merkl Date: Wed, 17 Dec 2025 11:36:29 +0100 Subject: [PATCH 1/2] linux supports touchsceen docs update --- .../com.unity.inputsystem/Documentation~/SupportedDevices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.unity.inputsystem/Documentation~/SupportedDevices.md b/Packages/com.unity.inputsystem/Documentation~/SupportedDevices.md index e5085d7cb5..3f6f0af710 100644 --- a/Packages/com.unity.inputsystem/Documentation~/SupportedDevices.md +++ b/Packages/com.unity.inputsystem/Documentation~/SupportedDevices.md @@ -14,7 +14,7 @@ Support for the following Devices doesn't require specialized support of particu |[Mouse](xref:input-system-mouse)|Yes|Yes|Yes|Yes|Yes|No|No|Yes|Yes|No|Yes| |[Keyboard](xref:input-system-keyboard)|Yes|Yes|Yes|Yes|Yes|No|No|Yes|Yes|No|Yes| |[Pen](xref:input-system-pen)|Yes|No |No|Yes|Yes|Yes|No|No|No|No|No| -|[Touchscreen](xref:input-system-touch)|Yes|No|No|Yes|Yes|Yes|Yes(4)|No|No|No|Yes| +|[Touchscreen](xref:input-system-touch)|Yes|No|Yes|Yes|Yes|Yes|Yes(4)|No|No|No|Yes| |[Sensors](xref:input-system-sensors)|No|No|No|No|Yes|Yes|No|No|No|No|Yes(5)| |[Joystick](#other-gamepads-joysticks-and-racing-wheels) (2)|Yes|Yes|Yes|Yes|Yes|No|No|No|No|No|Yes| From 281e47f6f95b1f5156163650c124d1f0ac38ecad Mon Sep 17 00:00:00 2001 From: Rita Merkl Date: Wed, 17 Dec 2025 11:40:49 +0100 Subject: [PATCH 2/2] added changelog --- Packages/com.unity.inputsystem/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/com.unity.inputsystem/CHANGELOG.md b/Packages/com.unity.inputsystem/CHANGELOG.md index 751d997e06..365656cd0c 100644 --- a/Packages/com.unity.inputsystem/CHANGELOG.md +++ b/Packages/com.unity.inputsystem/CHANGELOG.md @@ -13,6 +13,7 @@ however, it has to be formatted properly to pass verification tests. ### Changed - Updated documentation to reflect that the OnMouse MonoBehaviour events are now supported in Unity 6.4 and above. +- Updated the supported devices documentation to clarify that touchscreens are supported on Linux. ### Fixed