Form Flow

Form Behavior Flow Component

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.

Dont Destroy On Load

Used to persist the gameobject between scenes change

Next Input Key

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

Skip Read Only

Used to skip read-only input fields

Configuring The Unity Navigation Flow

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"

Last updated