diff --git a/community/tutorials.rst b/community/tutorials.rst index 68d0f2ce9..a52e43b37 100644 --- a/community/tutorials.rst +++ b/community/tutorials.rst @@ -19,6 +19,7 @@ Some tutorials mentioned below provide more advanced tutorials, e.g. on 3D or sh Video tutorials --------------- +- `Bastiaan Olij `_ (3D, AR and VR, GDScript) - `BornCG `_ (2D and 3D, GDScript) - `Clear Code `_ (2D, GDScript, Programming Basics) - `FencerDevLog `_ (2D, 3D, GDScript, Shaders) @@ -30,11 +31,14 @@ Video tutorials - `Gwizz `_ (2D, GDScript) - `Godotneers `_ (2D, Shaders, GDScript) - `HeartBeast `_ (2D, GDScript) +- `Malcolm Nixon `_ (AR and VR, GDScript) +- `Muddy Wolf `_ (2D, 3D and VR, GDSCript) - `KidsCanCode `__ (2D and 3D, GDScript) - `Maker Tech `_ (2D, GDScript) - `Pigdev `_ (2D, GDScript) - `Queble `_ (2D, GDScript) - `Quiver `_ (2D, GDScript) +- `Snopek Games `_ (3D, networked multiplayer, AR and VR, GDScript) Text tutorials -------------- @@ -49,7 +53,6 @@ Text tutorials Devlogs ------- -- `Bastiaan Olij (AR & VR) `_ - `bitbrain `_ - `DevDuck (2D) `_ diff --git a/tutorials/xr/index.rst b/tutorials/xr/index.rst index fcd46882d..72367a410 100644 --- a/tutorials/xr/index.rst +++ b/tutorials/xr/index.rst @@ -16,9 +16,8 @@ Basic Tutorial setting_up_xr deploying_to_android a_better_xr_start_script - introducing_xr_tools - basic_xr_locomotion ar_passthrough + xr_next_steps Advanced topics --------------- @@ -32,3 +31,13 @@ Advanced topics xr_room_scale openxr_composition_layers openxr_hand_tracking + +Godot XR Tools +-------------- + +.. toctree:: + :maxdepth: 1 + :name: godot-xr-tools + + introducing_xr_tools + basic_xr_locomotion diff --git a/tutorials/xr/xr_next_steps.rst b/tutorials/xr/xr_next_steps.rst new file mode 100644 index 000000000..c0bbbd2eb --- /dev/null +++ b/tutorials/xr/xr_next_steps.rst @@ -0,0 +1,24 @@ +.. _doc_xr_next_steps: + +Where to go from here +===================== + +Now that we have the basics covered there are several options to look at for your XR game dev journey: + +* You can take a look at the :ref:`Advanced topics ` section. +* You can look at a number of `XR demos here `_. +* You can find 3rd party tutorials on our :ref:`Tutorials and resources ` page. + +XR Toolkits +----------- + +There are various XR toolkits available that implement more complex XR logic ready for you to use. +We have a :Ref:`small introduction to Godot XR Tools ` that you can look at, +a toolkit developed by core contributors of Godot. + +There are more toolkits available for Godot: + +* `Godot XR handtracking toolkit `_ (GDScript) +* `Godot XR Kit `_ (GDScript) +* `Godot XR Tools `_ (GDScript) +* `NXR `_ (C#)