You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,6 +27,9 @@ Now you can import the `Sample Scene` from `Window > Package Manager > WebXR Int
24
27
25
28
In `Project Settings > Player > Resolution and Presentation`, select `WebXR` as the `WebGL Template`. (If you are using Unity 2020.x and up you should use the 2020 templates)
26
29
30
+
> [!NOTE]
31
+
> In WebXR Export version 0.20.0 old templates removed, now there are only 2020 templates.
32
+
27
33

28
34
29
35
Now you can build the project.
@@ -32,6 +38,9 @@ Now you can build the project.
32
38
33
39
WebXR requires a secure context (HTTPS server or localhost URL). Make sure to build the project from `Build Settings > Build`. Unity's `Build And Run` server use HTTP. Run the build on your own HTTPS server.
0 commit comments