UI Navigation
Last updated
Last updated
Each UI Toolkit panel features a focus ring that determines the focus order of elements. You can learn more about this feature here:
The UI Framework allows you to disable unrelated interactable elements using the UIElementManager, enabling Unity's auto navigation to function without manual setup.
To manually change which element is focused next, you can register a callback for the NavigationMoveEvent
: