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
Right now there's not a way to recall persisted anchors from previous sessions. As an alternative I turn to using localStorage to store uuids of persisted anchor uuids. However, sometimes accidents happen and I lose that local storage list and I have a persisted list of anchors in my browser that I cannot access. It would be awesome if there was some function getPersistentAnchorHandles that would return me all stored persisted anchor's handles. A side benefit of this would be to allow me to not have to use localStorage solutions for basic storage of anchors and make my AR application simpler.
The text was updated successfully, but these errors were encountered:
richardanaya
changed the title
Need a function to get all existing persisted anchor UUIDs
Need a function to get all existing persisted anchor handles
Nov 17, 2022
Right now there's not a way to recall persisted anchors from previous sessions. As an alternative I turn to using localStorage to store uuids of persisted anchor uuids. However, sometimes accidents happen and I lose that local storage list and I have a persisted list of anchors in my browser that I cannot access. It would be awesome if there was some function
getPersistentAnchorHandles
that would return me all stored persisted anchor's handles. A side benefit of this would be to allow me to not have to use localStorage solutions for basic storage of anchors and make my AR application simpler.The text was updated successfully, but these errors were encountered: