Skip to content

Commit d23ec47

Browse files
committed
Minor update to readme file
1 parent 156bbf7 commit d23ec47

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ The following stations are available in the XRI Examples:
4141
* [Station 2: Grab Interactables](Documentation/GrabInteractables.md) - Basic object manipulation.
4242
* [Station 3: Activate Interactables](Documentation/ActivateInteractables.md) - Manipulation of objects that can be triggered by the user.
4343
* [Station 4: Socket Interactors](Documentation/SocketInteractors.md) - Manipulation of objects that can snap to specific positions.
44-
* [Station 5: Gaze Interactions](Documentation/Gaze.md) - Leverage the eye-tracked or head-based gaze interactor to add assistive interaction to your projects.
45-
* [Station 6: 2D UI](Documentation/UI-2D.md) - Creation and interaction with [world space](https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/UICanvas.html#world-space) 2D UI.
46-
* [Station 7: 3D UI](Documentation/UI-3D.md) - Creation and interaction with 3D constrained controls.
47-
* [Station 8: Physics Interactables](Documentation/PhysicsInteractables.md) - Best practices for combining physics and XR input.
44+
* [Station 5: Gaze Interaction](Documentation/Gaze.md) - Leverage the eye-tracked or head-based gaze interactor to add assistive interaction.
45+
* [Station 6: Focus Interaction](Documentation/Focus.md) - Interaction with focused objects.
46+
* [Station 7: 2D UI](Documentation/UI-2D.md) - Creation and interaction with [world space](https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/UICanvas.html#world-space) 2D UI.
47+
* [Station 8: 3D UI](Documentation/UI-3D.md) - Creation and interaction with 3D constrained controls.
48+
* [Station 9: Physics Interactables](Documentation/PhysicsInteractables.md) - Best practices for combining physics and XR input.
49+
* [Station 10: Climb Interactables](Documentation/ClimbInteractables.md) - Interaction with objects that allow for climbing.
4850

4951
For a list of new features and deprecations, see [XRI Examples Changelog](CHANGELOG.md).
5052

0 commit comments

Comments
 (0)