You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling AnchorManager.CreateAnchor then persisting the new anchor with AnchorManager.PersistAnchor does not update either the Anchor.IsTrackable or Anchor.IsPersisted values when the Future completes.
See AnchorManager.PersistAnchor & AnchorManager.CompletePA
Fix: The anchor should have its properties updated when the internal Future is completed, or switched to getters.