From cee9ad78c7e61eda853708f110bbc268b911e29e Mon Sep 17 00:00:00 2001 From: josepmariapujol-unity <59828124+josepmariapujol-unity@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:49:21 +0100 Subject: [PATCH] Update EditorInputControlLayoutCache.cs --- .../InputSystem/Editor/EditorInputControlLayoutCache.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/com.unity.inputsystem/InputSystem/Editor/EditorInputControlLayoutCache.cs b/Packages/com.unity.inputsystem/InputSystem/Editor/EditorInputControlLayoutCache.cs index 7800d5ea06..92b9b1d0eb 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Editor/EditorInputControlLayoutCache.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Editor/EditorInputControlLayoutCache.cs @@ -20,6 +20,7 @@ namespace UnityEngine.InputSystem.Editor /// internal static class EditorInputControlLayoutCache { + /// /// Iterate over all control layouts in the system. ///