Update README.md
This commit is contained in:
parent
e5bf0a7c09
commit
49ec698937
13
README.md
13
README.md
|
@ -1,6 +1,8 @@
|
||||||
# mixedreality
|
# mixedreality
|
||||||
|
|
||||||
To install the packages, follow these steps:
|
## WebView
|
||||||
|
|
||||||
|
To install the packages for the [WebView project](https://github.com/se23m504/WebView), 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...`.
|
||||||
|
@ -11,3 +13,12 @@ To install the packages, follow these steps:
|
||||||
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
|
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
|
||||||
- `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity`
|
- `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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue