Update README.md

This commit is contained in:
Santiago Lo Coco 2025-01-01 16:22:38 +01:00
parent 0b23fd9944
commit c33efd3705
1 changed files with 5 additions and 15 deletions

View File

@ -2,23 +2,13 @@
## WebView
To install the packages for the [WebView project](https://github.com/se23m504/WebView), follow these steps:
To install the packages for the [WebViewStream project](https://git.slc.ar/slococo-uni/webviewstream), follow these steps:
1. Open your Unity project and select `Window` -> `Package Manager` from the file menu bar.
2. Click the `+` icon within the `Package Manager` and select `Add package from git URL...`.
3. Paste the following URLs one by one into the text field and click `Add` for each package:
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.openxr`
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation`
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity`
## WebRTC
To install the packages for the [WebRTC project](https://github.com/se23m504/WebRTC), follow the same steps as above, but in step 3, use the following URLs:
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.openxr`
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation`
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webrtc`
- `https://git.slc.ar/slococo-uni/mixedreality.git?path=/com.microsoft.mixedreality.openxr`
- `https://git.slc.ar/slococo-uni/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation`
- `https://git.slc.ar/slococo-uni/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
- `https://git.slc.ar/slococo-uni/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity`