This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Description
Hi there, I followed the tutorial here: https://learn.microsoft.com/en-us/training/modules/azure-spatial-anchors-tutorials/
Everything work correctly except that after creating an Azure anchor, the expected behavior would be that the "ParentAnchor" gameobject won't move unless you press the "Remove Local Anchor" button. However, after creating the anchor, "ParentAnchor" can still be moved. Following the "CreateAzureAnchor" method from AnchorModuleScript.cs, I see that an ARAnchor is added to the gameobject as part of cloudNativeAnchor.NativeToCloud(). I understand this should be enough to fix the gameobject in place. Am I missing something?