Exploring and building the Desert WebXR demo project
One likely future of VR is through the web, using the WebXR standard. WebXR uses OpenGL as a way to publish AR and VR applications through websites. At present, WebXR projects can be published as websites, and then VR-enabled browsers running on headsets can be used to enter those interactive 3D scenes. The current free up-to-date WebXR browser is Wolvic from Igalia (see https://wolvic.com/).
Note: The Wolvic project has superseded the previous Firefox Reality browser from Mozilla Corporation.
For several years, the Desert open-source WebXR demo project around which this recipe is based has been maintained for up-to-date versions of Unity by De-Panther – GitHub URL: https://github.com/De-Panther.
In this recipe, you’ll first explore De-Panther’s published version of the WebXR project, then you’ll download the project source and build the website folder on your own computer using...