File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ This tutorial gives you a springboard into the world of AR and VR in the Godot g
7
7
8
8
A new architecture was introduced in Godot 3 called the AR/VR Server. On top of this
9
9
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
11
14
architecture. This architecture has enough features for you to create an entire VR experience
12
15
that can then be deployed for various interfaces. However, each platform often has some unique
13
16
features that are impossible to abstract. Such features will be documented on the relevant
You can’t perform that action at this time.
0 commit comments