Let’s say the user places an item on a plane, and then the scene changes. Is there a way to save the data of the plane being there so that the user does not need to re-place the object?
Anyone?
With ARKit you can use ARWorldMap to save and load trackables. But I would rather look into additive scene management concept in your case.