UI Navigation
Luna UI provides utilities to automatically disable unrelated interactable elements using the LunaUIManager, enabling Unity's auto navigation to function without manual setup.
Auto Navigation
Each UI Toolkit panel features a focus ring that determines the focus order of elements. You can learn more about this feature here:
Unity: Dispatch EventsLuna UI provides an UI Action(UIViewActionEnableElements) to automatically disable unrelated interactable elements, enabling Unity's auto navigation to function without manual setup.
Change what element is focused next
You can manually determine what element is focused next.