Home > Back-end >  ObjectAnchorsWorldManager.cs error : type or namespace name WindowsMR does not exist in the namespac
ObjectAnchorsWorldManager.cs error : type or namespace name WindowsMR does not exist in the namespac

Time:12-02

I'm following the enter image description here enter image description here

I use Unity 2019.4.36f1

CodePudding user response:

I think I already mentioned in your last thread that this sample should run on Unity 2020 LTS Open XR. And both the Azure Spatial Anchor used in this sample and the Azure Object Anchor you are using are recommended to use Unity 2020.3 LTS Open XR.

For this error message, it requires the Windows XR Plugin, but this project was not created with this, so a series of error messages may appear when importing this package. It is still recommended that you use Unity 2020.3 LTS and Open XR for development.

CodePudding user response:

Try to look at Unity form WMRT type or namespace not found

  • Related