Go to file
Santiago Lo Coco 2297544ffc Add README.md 2024-10-13 19:01:42 +02:00
com.microsoft.mixedreality.openxr Add openxr package 2024-10-13 18:53:46 +02:00
com.microsoft.mixedreality.toolkit.foundation Add toolkit.foundation package 2024-10-13 18:54:27 +02:00
com.microsoft.mixedreality.toolkit.standardassets Add toolkit.standardassets package 2024-10-13 18:54:57 +02:00
com.microsoft.mixedreality.webview.unity Add webview package 2024-10-13 18:55:11 +02:00
README.md Add README.md 2024-10-13 19:01:42 +02:00

README.md

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