Skip to content

Commit bc4b29c

Browse files
committed
Remove culture-specific URLs
1 parent d8fa5cf commit bc4b29c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Thus, after a Unity [WebGL build](https://docs.unity3d.com/Manual/webgl-gettings
1717
# Compatible browsers
1818
Works on :
1919
- [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
2626
- [Chrome emulator](https://chrome.google.com/webstore/detail/webxr-api-emulator/mjddjgeghkdijejnciaefnkjmkafnnje) on desktop
2727

2828
---
@@ -178,7 +178,7 @@ First create a new 3D project
178178

179179
Download the latest release of SimpleWebXR : https://github.com/Rufus31415/Simple-WebXR-Unity/releases
180180
- ```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/
182182

183183

184184
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
198198

199199
Your browser should be compatible with WebXR. For a first try, you can install the emulator :
200200
- 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
202202

203203
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/
205205
- install the server in your system with the command ```npm install --global http-server```
206206

207207

@@ -235,7 +235,7 @@ Just add these 3 files in your Unity Asset folder, then add SimpleWebXR MonoBeha
235235
## Download Unity Package
236236
Download the latest release of SimpleWebXR from : https://github.com/Rufus31415/Simple-WebXR-Unity/releases
237237
- ```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/
239239

240240
## Add from Package Manager
241241

0 commit comments

Comments
 (0)