Go to file
Santiago Lo Coco 0b23fd9944 Set H264 as the preferredvideocodec 2024-10-20 11:23:09 +02:00
com.microsoft.mixedreality.openxr Update HPMixedRealityControllerProfile.cs 2024-10-13 19:05:44 +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.webrtc Set H264 as the preferredvideocodec 2024-10-20 11:23:09 +02:00
com.microsoft.mixedreality.webview.unity Update shader to support instancing 2024-10-19 22:35:40 +02:00
README.md Update README.md 2024-10-20 11:20:11 +02:00

README.md

mixedreality

WebView

To install the packages for the WebView project, 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:

    • 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.webview.unity

WebRTC

To install the packages for the WebRTC project, 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