This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Describe the bug
When you install MRTK3 pre-17 in a clean project and configure it, then add Azure Spatial Anchors, you will get 143 errors of the type:
GUID [300c4804f47d540fc9efec07999accf7] for asset 'Packages/com.unity.xr.arsubsystems/Editor' conflicts with:
'Packages/com.unity.xr.arfoundation/Editor/ARSubsystems' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
To reproduce
- Create a new project, then close Unity
- Using the MRTK feature tool, install all MRTK3 components, the experimental MRTK3 Data Binding and Theming pre-17 component, OpenXR 1.7.0, and Spatial Audio 2.0.37
- Re-open new project with Unity, accept the question about the new Input System, and updating to new XR InteractionLayerMask. Editor restarts both times.
- Project has 0 errors.
- Switch to UWP build platform
- Project has 0 errors.
- Close Unity again
- Using the MRKT feature tool Add Azure Spatial Anchors SDK core 2.14.1 and Azure Spatial Anchors SDK for Windows 2.14.1
- Open project in Unity
- Project has 143 errors
Expected behavior
No errors ;)
Screenshots

Setup
- Unity Version 2021.3.23f1
- MRTK Version 3.0.0 pre-17, including MRTK3 Data Binding and Theming
Target platform
Additional context
Repo : https://github.com/LocalJoost/TestConflict3.git
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Describe the bug
When you install MRTK3 pre-17 in a clean project and configure it, then add Azure Spatial Anchors, you will get 143 errors of the type:
GUID [300c4804f47d540fc9efec07999accf7] for asset 'Packages/com.unity.xr.arsubsystems/Editor' conflicts with:
'Packages/com.unity.xr.arfoundation/Editor/ARSubsystems' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
To reproduce
Expected behavior
No errors ;)
Screenshots
Setup
Target platform
Additional context
Repo : https://github.com/LocalJoost/TestConflict3.git