From 2297544ffcca7adf3367044ce166e773b7abb07d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 13 Oct 2024 19:01:42 +0200 Subject: [PATCH] Add README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b49e66 --- /dev/null +++ b/README.md @@ -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` +