Why UI navigation not working

In explicit nav rule My widget just not appearing, but my widget is focusable. What i did wrong? Why “Button” widget and other basic widgets working normal, with UI Nav?

Hello @Metallic_emperor

To allow navigation through widgets they have to be “Visible”
image

If the widget isn’t Hit Testable, you won’t be able to navigate. I also suggest checking out CommonUI, as it provides pre-built functionality for typical UI requirements and can save you time with its ready-to-use components.

i setted visibility for this widget but it still not displayed in Navigation rules