How to make the azure spatial anchor more accurate?
I have followed the tutorial (https://learn.microsoft.com/en-us/azure/spatial-anchors/tutorials/tutorial-new-unity-hololens-app?tabs=azure-portal) to create an anchor identifier and then locate it. Then I tried to separate the code with the help of Photon, using one Hololens to create the anchor ID and another one to locate it. The problem is that, although the second Hololens successfully located the anchor, its position is far from where I set it with the first Hololens (about 1-2 meters away).
I want to know: Are there any solutions to make it more accurate? Is it my problem, or is it the Azure space anchor itself?