Gaze Interaction essentially interacts with objects when you look at them by raycasting from the center of the headset. To review the components needed, I will be going into the DemoScene that was imported with our XR kit.
We have several types of Gaze Interactables.

All of these use a component called the XR Simple Interactable.

This gives us the ability to create an event when we interact with the object by looking at it.
If you look into the DemoScenes XR Origin, you will see that one of the things we don’t currently have in our scene, is the Gaze Interactor object.