From 44a2cc74f61c046ba125a73b777a7bf61463f61f Mon Sep 17 00:00:00 2001 From: AndrewTHEManeri Date: Wed, 1 Oct 2025 11:36:51 -0400 Subject: [PATCH] Exposes internals to the Unity AI Assistant AI assistant needs access to the EditorInputControlLayoutCache for proper input support --- Packages/com.unity.inputsystem/InputSystem/AssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/com.unity.inputsystem/InputSystem/AssemblyInfo.cs b/Packages/com.unity.inputsystem/InputSystem/AssemblyInfo.cs index 96a9c404f1..984a742195 100644 --- a/Packages/com.unity.inputsystem/InputSystem/AssemblyInfo.cs +++ b/Packages/com.unity.inputsystem/InputSystem/AssemblyInfo.cs @@ -8,6 +8,7 @@ [assembly: InternalsVisibleTo("Unity.InputSystem.Tests")] [assembly: InternalsVisibleTo("Unity.InputSystem.IntegrationTests")] [assembly: InternalsVisibleTo("Unity.InputSystem.ForUI")] // To avoid minor bump +[assembly: InternalsVisibleTo("Unity.AI.Assistant.Editor")] namespace UnityEngine.InputSystem {