From 5a7dab75b572ff6e50f1b09be7cf92cecec2da51 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Tue, 21 Jul 2026 12:44:47 +0300 Subject: [PATCH] Update InputSystemForUI.Editor.asmdef --- .../Editor/Plugins/InputForUI/InputSystemForUI.Editor.asmdef | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Packages/com.unity.inputsystem/InputSystem/Editor/Plugins/InputForUI/InputSystemForUI.Editor.asmdef b/Packages/com.unity.inputsystem/InputSystem/Editor/Plugins/InputForUI/InputSystemForUI.Editor.asmdef index 9b0d8e22d9..c56aa4691e 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Editor/Plugins/InputForUI/InputSystemForUI.Editor.asmdef +++ b/Packages/com.unity.inputsystem/InputSystem/Editor/Plugins/InputForUI/InputSystemForUI.Editor.asmdef @@ -5,7 +5,9 @@ "Unity.InputSystem", "Unity.InputSystem.ForUI" ], - "includePlatforms": [], + "includePlatforms": [ + "Editor" + ], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false,