From f7ab8009c88c6a8710b8459f8119b49aeb48db60 Mon Sep 17 00:00:00 2001 From: JosepMariaPujol Date: Tue, 8 Sep 2026 14:57:16 +0200 Subject: [PATCH 1/2] Removing icons from scene view window --- .../InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs | 1 + .../InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs.meta | 1 - .../Runtime/Plugins/PlayerInput/PlayerInputManager.cs | 1 + .../Runtime/Plugins/PlayerInput/PlayerInputManager.cs.meta | 1 - .../InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs | 1 + .../Runtime/Plugins/UI/InputSystemUIInputModule.cs.meta | 1 - 6 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs index 0c1dc3da75..e06cb7302f 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs @@ -214,6 +214,7 @@ namespace UnityEngine.InputSystem /// /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1724:TypeNamesShouldNotMatchNamespaces")] + [Icon("Packages/com.unity.inputsystem/InputSystem/Editor/Icons/InputAction.png")] [AddComponentMenu("Input/Player Input")] [DisallowMultipleComponent] [HelpURL(InputSystem.kDocUrl + "/manual/player-input-component.html")] diff --git a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs.meta b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs.meta index ef9946fd3e..5c85d08096 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs.meta +++ b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInput.cs.meta @@ -5,7 +5,6 @@ MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: -100 - icon: {fileID: 2800000, guid: 40265a896a0f341bb956e90c59025a29, type: 3} userData: assetBundleName: assetBundleVariant: diff --git a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs index 9301a9a0f9..2bca319c79 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs @@ -31,6 +31,7 @@ namespace UnityEngine.InputSystem /// device for pairing. If additional devices are required, the input system selects them from the pool of currently /// unpaired devices. /// + [Icon("Packages/com.unity.inputsystem/InputSystem/Editor/Icons/InputAction.png")] [AddComponentMenu("Input/Player Input Manager")] [HelpURL(InputSystem.kDocUrl + "/manual/player-input-manager-component.html")] public class PlayerInputManager : MonoBehaviour diff --git a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs.meta b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs.meta index e93abbdfbc..24facdd91e 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs.meta +++ b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/PlayerInput/PlayerInputManager.cs.meta @@ -5,7 +5,6 @@ MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 - icon: {fileID: 2800000, guid: 40265a896a0f341bb956e90c59025a29, type: 3} userData: assetBundleName: assetBundleVariant: diff --git a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs index abde58bd1a..0e288b5213 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs @@ -104,6 +104,7 @@ namespace UnityEngine.InputSystem.UI /// } /// /// + [Icon("Packages/com.unity.inputsystem/InputSystem/Editor/Icons/InputSystemUIInputModule@64.png")] [HelpURL(InputSystem.kDocUrl + "/manual/ui-input-module-reference.html")] public class InputSystemUIInputModule : BaseInputModule { diff --git a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs.meta b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs.meta index 6a2cdffad7..42115a1680 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs.meta +++ b/Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs.meta @@ -5,7 +5,6 @@ MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 - icon: {fileID: 2800000, guid: 3028dc075ba8c584d9bc7d1e0255e038, type: 3} userData: assetBundleName: assetBundleVariant: From 29b108590bd4e6f236c769bf50d24165c4338aca Mon Sep 17 00:00:00 2001 From: josepmariapujol-unity <59828124+josepmariapujol-unity@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:03:06 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- Packages/com.unity.inputsystem/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Packages/com.unity.inputsystem/CHANGELOG.md b/Packages/com.unity.inputsystem/CHANGELOG.md index dfe4b43bbd..41d6f96106 100644 --- a/Packages/com.unity.inputsystem/CHANGELOG.md +++ b/Packages/com.unity.inputsystem/CHANGELOG.md @@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed the Action Maps list in the Input Actions editor losing keyboard focus after deleting a map, so that Delete, Duplicate, and arrow-key navigation kept working on the auto-selected replacement map without requiring an extra click [UUM-147152](https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-147152) - Fixed the Device Simulator plugin keeping the real mouse and pen disabled while working in other Editor windows. Conflicting native `Mouse`/`Pen` devices are now only disabled while the Simulator window is focused and re-enabled as soon as focus moves elsewhere [UUM-145509](https://jira.unity3d.com/browse/UUM-145509). +### Changed + +- Removing InputSystem gizmo / icons from scene view window [UUM-151780](https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-151780). + + ## [1.20.0] - 2026-07-21 ### Fixed