Skip to content

Commit b979211

Browse files
authored
Mention WebXR support in AR/VR primer page (#4608)
1 parent 1cdd6c9 commit b979211

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tutorials/vr/vr_primer.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ This tutorial gives you a springboard into the world of AR and VR in the Godot g
77

88
A new architecture was introduced in Godot 3 called the AR/VR Server. On top of this
99
architecture, specific implementations are available as interfaces, most of which are plugins
10-
based on GDNative. This tutorial focuses purely on the core elements abstracted by the core
10+
based on GDNative. WebXR is supported out of the box in Godot 3.2.4 and later, and
11+
does not require a plugin.
12+
13+
This tutorial focuses purely on the core elements abstracted by the core
1114
architecture. This architecture has enough features for you to create an entire VR experience
1215
that can then be deployed for various interfaces. However, each platform often has some unique
1316
features that are impossible to abstract. Such features will be documented on the relevant

0 commit comments

Comments
 (0)