I have an error when configurating a azure spatial anchor for a unity project (https://learn.microsoft.com/en-us/azure/spatial-anchors/how-tos/setup-unity-project?tabs=xr-plugin-framework%2Cunity-2020%2Cunity-package-mixed-reality-feature-tool%2CExtraConfigurationsHoloLens#download-asa-packages)
I'm following the tutorial : https://learn.microsoft.com/en-us/azure/spatial-anchors/quickstarts/get-started-unity-hololens?tabs=azure-portal#create-a-spatial-anchors-resource and I'm trying to import the ASA SDK but I get the error: ** Assets\AzureSpatialAnchors.Examples\Scripts\OpenXRInput\WindowsMRGestures.cs(6,8): error CS1029: #error: '"WindowsMR and OpenXR plugins cannot be used together, uninstall the Windows MR plugin to use OpenXR"' **
I don't know why, I'm using the Azure Spatial Anchors SDK versions 2.13.3 which should be able to support both plug-ins (Azure Spatial Anchors SDK Core and Azure Spatial Anchors SDK for Windows). And installed the dependencies required for OpenXR and windows MR.
If you know how to solve this issue so that both plug-ins can be installed at the same time, I would be glad to know, as I have spent quite some time on it.
For this one, the OpenXR plugin is all that is needed.
Microsoft is advising to use LTS versions with OpenXR: https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unity/choosing-unity-version
Here are the details on just using OpenXR: https://learn.microsoft.com/en-us/azure/spatial-anchors/how-tos/setup-unity-project?tabs=xr-plugin-framework%2Cunity-2020%2Cunity-package-mixed-reality-feature-tool%2CExtraConfigurationsHoloLens#download-asa-packages