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
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ Thus, after a Unity [WebGL build](https://docs.unity3d.com/Manual/webgl-gettings
17
17
# Compatible browsers
18
18
Works on :
19
19
-[Google Chrome](https://play.google.com/store/apps/details?id=com.android.chrome) on Android (:warning: a secure https connection is required)
20
-
-[Edge](https://docs.microsoft.com/fr-fr/windows/mixed-reality/new-microsoft-edge) on Windows 10 for Mixed Reality Headsets
21
-
-[Edge](https://docs.microsoft.com/en-us/hololens/hololens-insider#introducing-the-new-microsoft-edge) on Hololens 2
22
-
-[Firefox Reality](https://www.microsoft.com/en-gb/p/firefox-reality/9npq78m7nb0r?activetab=pivot:overviewtab) on Hololens 2
23
-
-[Mozilla WebXR Viewer](https://apps.apple.com/fr/app/webxr-viewer/id1295998056) on iOS (:warning: WebGL 2.0 should be disabled, it's a Webkit experimental feature)
24
-
-[Oculus Browser](https://developer.oculus.com/webxr/?locale=fr_FR) on Oculus Quest 1 and 2
25
-
-[Firefox emulator](https://addons.mozilla.org/fr/firefox/addon/webxr-api-emulator/) on desktop
20
+
-[Edge](https://docs.microsoft.com/windows/mixed-reality/new-microsoft-edge) on Windows 10 for Mixed Reality Headsets
21
+
-[Edge](https://docs.microsoft.com/hololens/hololens-insider#introducing-the-new-microsoft-edge) on Hololens 2
22
+
-[Firefox Reality](https://www.microsoft.com/p/firefox-reality/9npq78m7nb0r?activetab=pivot:overviewtab) on Hololens 2
23
+
-[Mozilla WebXR Viewer](https://apps.apple.com/app/webxr-viewer/id1295998056) on iOS (:warning: WebGL 2.0 should be disabled, it's a Webkit experimental feature)
24
+
-[Oculus Browser](https://developer.oculus.com/webxr/) on Oculus Quest 1 and 2
25
+
-[Firefox emulator](https://addons.mozilla.org/firefox/addon/webxr-api-emulator/) on desktop
26
26
-[Chrome emulator](https://chrome.google.com/webstore/detail/webxr-api-emulator/mjddjgeghkdijejnciaefnkjmkafnnje) on desktop
27
27
28
28
---
@@ -178,7 +178,7 @@ First create a new 3D project
178
178
179
179
Download the latest release of SimpleWebXR : https://github.com/Rufus31415/Simple-WebXR-Unity/releases
180
180
-```SimpleWebXR.unitypackage```: contains only SimpleWebXR and its demo scenes
181
-
-```SimpleWebXR+MRTK.unitypackage``` : contains SimpleWebXR addon for MRTK. MRTK should be initialized in your project, see : https://docs.microsoft.com/fr-fr/windows/mixed-reality/mrtk-unity/
181
+
-```SimpleWebXR+MRTK.unitypackage``` : contains SimpleWebXR addon for MRTK. MRTK should be initialized in your project, see : https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/
182
182
183
183
184
184
Open the unitypackage file and import all resources : in tab ```Project```, right click on ```Assets > Import Package > Custom Package```
@@ -198,10 +198,10 @@ Select the WebGL plateform and click ```Switch platform```. Then click the ```Bu
198
198
199
199
Your browser should be compatible with WebXR. For a first try, you can install the emulator :
200
200
- For Chrome : https://chrome.google.com/webstore/detail/webxr-api-emulator/mjddjgeghkdijejnciaefnkjmkafnnje
201
-
- For Firefox : https://addons.mozilla.org/en-US/firefox/addon/webxr-api-emulator
201
+
- For Firefox : https://addons.mozilla.org/firefox/addon/webxr-api-emulator
202
202
203
203
You now need a http server to serve you files. I recommend this one : https://www.npmjs.com/package/http-server
204
-
- Just download node.js : https://nodejs.org/en/
204
+
- Just download node.js : https://nodejs.org/
205
205
- install the server in your system with the command ```npm install --global http-server```
206
206
207
207
@@ -235,7 +235,7 @@ Just add these 3 files in your Unity Asset folder, then add SimpleWebXR MonoBeha
235
235
## Download Unity Package
236
236
Download the latest release of SimpleWebXR from : https://github.com/Rufus31415/Simple-WebXR-Unity/releases
237
237
-```SimpleWebXR.unitypackage```: contains only SimpleWebXR and its demo scenes
238
-
-```SimpleWebXR+MRTK.unitypackage``` : contains SimpleWebXR addon for MRTK. MRTK should be initialized in your project, see : https://docs.microsoft.com/fr-fr/windows/mixed-reality/mrtk-unity/
238
+
-```SimpleWebXR+MRTK.unitypackage``` : contains SimpleWebXR addon for MRTK. MRTK should be initialized in your project, see : https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/
0 commit comments