Form Flow
Last updated
Last updated
The Form Behavior Flow component controls the flow between all the UI inputs in scene. It is a singleton component so you can have only one per scene.
You can add the component to any gameobject or use the prefab included.
Used to persist the gameobject between scenes change
Assign the key you want to control the flow, default is TAB.
Use the assigned key to move forward in the flow and Shift + assigned key to move backwards
Used to skip read-only input fields
If you want better control over how the flow will behave, you still need to configure the flow using explicit navigation settings in your element. For more information check the Unity Documentation.
When using the "explicit navigation" you just have to set the "Select On Up" and "Select On Down"