Unity WebXR Setup

Опубликовано: 12 Февраль 2026
на канале: Class Outside
1,612
27

Run Unity projects in Virtual Reality (VR) or Augmented Reality (AR) with the webXR exporter.

Downloads and Details:
NodeJS / NPM Download: https://nodejs.org/en/download/
More Information:    • Set Up a Local Server and Connect From You...  
OpenSSL Download: https://slproweb.com/products/Win32Op...
More Information:    • Setting Up HTTPS For Local Networks (LAN) ...  
De-panther github: https://github.com/De-Panther/unity-w...
Unity downloads Archive: https://unity.com/releases/editor/arc...
VSCode: https://code.visualstudio.com/download
Openupm sites:
https://openupm.com/
https://github.com/openupm/openupm

Demonstration Project:
Demo Project Github: https://github.com/ClassOutside/Unity...

Commands:
Npm install
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout localhost-key.pem -out localhost-cert.pem
npm install -g openupm-cli
npm run dev

Scoped registry configuration
OpenUPM
https://package.openupm.com
com.de-panther

WebXR Export Library URLs:
openupm add com.de-panther.webxr
openupm add com.de-panther.webxr-interactions

Other videos:
Setup a local server:    • Set Up a Local Server and Connect From You...  
Setup HTTPs on local network:    • Setting Up HTTPS For Local Networks (LAN) ...  

If this was helpful, consider leaving a comment or supporting me on Ko-fi: https://ko-fi.com/classoutside

===== TIMESTAMPS =====

0:00 Introduction and requirements
1:04 Preparing the local website and generating SSL keys
2:06 Setting up Unity project and importing WebXR packages
3:42 Configuring the scene and XR rig settings
4:18 Export and build settings for WebXR
5:33 Building the project and starting the local server
6:02 Running the WebXR scene and immersive session
6:27 Wrap up and closing remarks