Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 365 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 365 Bytes

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.