Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Re-Loading A Scene Question

Discussion in 'AR' started by JohnnyBig, Nov 18, 2019.

  1. JohnnyBig

    JohnnyBig

    Joined:
    Oct 16, 2019
    Posts:
    3
    I would like some persistence for saving and re-loading a scene in a fixed environment A large office as an example. My idea is to set a reference point when starting a scene and then save an objects transform position relative to that reference. As long as on loading a scene you set the same reference point and then calculate offsets based on the camera to the reference point.

    I guess I'm after other peoples experiences with persistence as in how well it works and how accurate the positioning is and general tips and advice would be appreciated.