Unity UI Navigation
Implementation of UI navigation with Tab-button.
- Add a NavigationGroup to your form's root object.
- Add a NavigationElement to each Selectable object (InputField, Button, etc).
- ???
- PROFIT!
For correct work of button navigation (pressing Space/Enter with focus), add the ButtonNavigationHelper component to any object on the scene.