Gaze
A Gaze node requires a user to look at a collider/object for a duration of time. This could be a user inspecting a work permit, checking a valve reading or event inspecting for fire hazards. Depending on the use case it may be advisable to put a highlight around the object you wish for them to look at to give a clearer indication.
Setup
Follow these steps to set up a new Gaze object that will progress the user in the graph when grabbed at the required step.
Start with an empty game object.
Attach a “Guid Component” script.
Attach a “Collider” Component.
Open a graph.
Right click and Create a new Gaze node (Steps → Gaze).
Collider on the Object you want to gaze at.
To set up the Duration settings see the Duration Settings page
That's it. Now when a user is on the Gaze step, when they look at the newly made object they will complete the step.
For more information on the other inputs and outputs found on this node see Steps