Search Unity

How/Where is WorldAnchorStore stored?

Discussion in 'VR' started by GrayRabbitGames, Jul 19, 2017.

  1. GrayRabbitGames

    GrayRabbitGames

    Joined:
    Mar 1, 2016
    Posts:
    6
    I created a WorldAnchorStore for my project which attaches holograms to specific world points in my office. I have multiple HoloLens devices that I'm using, and I want my game to work on all of them. The problem is, when I try switching between HoloLenses, all the WorldAnchorStore data seems to be forgotten. Therefore I assume that the WorldAnchorStore is stored on a per-device basis. Is this correct? If so, what would be the best practice for ensuring that all my devices have access to the same WorldAnchorStore?

    Thank you for your time!

    PS. My goal here is NOT to create a "shared" experience. This is a single-player sort of game. I just don't want to re-create my WorldAnchorStore from scratch for every individual HoloLens.
     
  2. unity_andrewc

    unity_andrewc

    Unity Technologies

    Joined:
    Dec 14, 2015
    Posts:
    223