MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
358 stars 91 forks source link

Using Microsoft.MixedReality.OpenXR not found in MRTK3 preview 14 #125

Closed IssueSyncBot closed 12 months ago

IssueSyncBot commented 12 months ago

Original issue opened by:

@jasonodomtaqtile jasonodomtaqtile


Describe the bug

"using Microsoft.MixedReality.OpenXR;" Not Found during the compilation of Android-based project. There was a missing reference in the assembly definition.

Expected behavior

Your setup (please complete the following information)

Target platform (please complete the following information)

Additional context

Opening the Microsoft.MixedReality.OpenXR.asmdef in a text editor and adding "Android" as an option in the "include Platforms" section fixed this issue for me.


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11520

IssueSyncBot commented 12 months ago

Original comment by:

@AMollis AMollis


@jasonodomtaqtile what version of "Mixed Reality OpenXR Plugin" are you using? In version 1.8.0 we have removed support for Android

https://github.com/microsoft/OpenXR-Unity-MixedReality-Samples/releases/tag/v1.8.0

If you still require Android support please downgrade to v1.7.2

https://github.com/microsoft/OpenXR-Unity-MixedReality-Samples/releases/tag/v1.7.2

I've opened a separate issue to remove MRTK3's dependency on the MR OpenXR Plugin for Android

IssueSyncBot commented 12 months ago

Original comment by:

@AMollis AMollis


Resolving as Won't Fix, since Android support was removed from the "Mixed Reality OpenXR Plugin"