I am making a prototype that needs to constantly reset/save/reload ARWorldMap with anchors on it. I get a problem that when I try to reset the world map, the ARAnchors reappear after a while. I think the system keeps the original world map, and reapply after recognising the location.
For your information, I have tried
sessionSubsystem.ApplyWorldMap(default);
sessionSubsystem.ApplyWorldMap(new ARWorldMap());
m_ARSession.Reset();
Is there any advices for me?
PS: I am using AR Foundation Version 5.1.6