/unity-ui-navigation

👓 Implementation of UI navigation with Tab-button

Primary LanguageC#MIT LicenseMIT

Unity UI Navigation

Implementation of UI navigation with Tab-button.

  1. Add a NavigationGroup to your form's root object.
  2. Add a NavigationElement to each Selectable object (InputField, Button, etc).
  3. ???
  4. PROFIT!

For correct work of button navigation (pressing Space/Enter with focus), add the ButtonNavigationHelper component to any object on the scene.