Add README.md

This commit is contained in:
Santiago Lo Coco 2024-10-13 19:01:42 +02:00
parent 36b5848df4
commit 2297544ffc
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# mixedreality
To install the packages, 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:
- OpenXR:
`https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.openxr`
- Toolkit Foundation:
`https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation`
- Standard Assets:
`https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
- WebView:
`https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity`