ui
[Input System] UI Buttons Unresponsive with Simulator Tab Open
Solution
Unity 6.0.x - Unity 6.3.x
Published 9 days ago
In Unity 6.0 and subsequent versions, UI buttons may fail to respond to input despite being correctly set up as children of a Canvas with an active EventSystem. This behavior occurs when the Input System prioritizes simulation over standard viewports, typically resulting in ignored click events.
Quick-Fix
UI buttons may become unresponsive in Unity 6 because the InputSystemUIInputModule incorrectly prioritizes touch input when the Simulator tab is open alongside the Game View.
Related Posts Haven't quite found a solution to your problem? We think these posts might help you.
[Input System] How to Disable Multi-Touch in Unity 6[Canvas System] Duplicated UI Assets: Awake Initialization Skip[Input System] OnMouseDown Fails: Why Your Clicks Aren't Registering
Content inspired by a Unity discussion post.