From c33efd3705196be8ff257e59baf2ef509e169cd3 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 1 Jan 2025 16:22:38 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6bdbbdf..808b7f9 100644 --- a/README.md +++ b/README.md @@ -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`