Update README.md
This commit is contained in:
parent
0b23fd9944
commit
c33efd3705
20
README.md
20
README.md
|
@ -2,23 +2,13 @@
|
||||||
|
|
||||||
## WebView
|
## 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.
|
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...`.
|
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:
|
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://git.slc.ar/slococo-uni/mixedreality.git?path=/com.microsoft.mixedreality.openxr`
|
||||||
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation`
|
- `https://git.slc.ar/slococo-uni/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation`
|
||||||
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
|
- `https://git.slc.ar/slococo-uni/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
|
||||||
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity`
|
- `https://git.slc.ar/slococo-uni/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`
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue