UI Event Debugger Tool is a Scene View overlay for Unity that lets you instantly identify which events are assigned to any UI element—without opening a single script. Simply hover over Buttons, Toggles, Sliders, and more to view their event listeners directly in the Scene View.
Built for speed and clarity, the tool provides a floating info box with component details, event lists, and quick access to linked methods. You can pin elements, highlight UI objects, and navigate straight to scripts in your IDE with a single click.
It supports a wide range of Unity UI components, and detects both persistent and runtime listeners during Play Mode. Interface-based handlers and common Unity event systems are also fully supported.
With customizable settings, exportable reports, and a lightweight editor-only design, UI Event Debugger Tool helps streamline UI debugging and improves workflow without affecting build size.
Note: This tool is designed for UGUI (UnityEngine.UI) only and does not support UI Toolkit (UIElements).