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
If you are trying to enter the AR or VR modus and nothing is happening, make sure that you are accessing the website using `https://`.
38
37
In case you are using vite, we recommend using the `@vitejs/plugin-basic-ssl` to try out your vite application on your device while developing.
39
38
40
-
### Missing XR component
41
-
39
+
2.**Missing XR component**
42
40
If you made sure that the website is accessed using `https://` and still nothing happens when executing `enterAR` or `enterVR`, it is likely that the `<XR>` component is missing. Be sure to add the `<XR>` component directly into the `<Canvas>` and make sure both the `<Canvas>` and the `<XR>` component are present when the button is pressed.
43
41
44
-
### Entering while loading content
45
-
42
+
3.**Entering while loading content**
46
43
If you cannot enter the VR or AR experience, there might be assets in your scene that are loading.
47
44
Make sure to place a suspense boundary around your scene. With this setup, the `<XR>` component stays mounted while your scene loads.
0 commit comments