0

First of all my usage scenario is as follows;

I want to scan my room with spatial mapping method and then add some 3D models on unity to this scan. When I start using the hololens, if I am in this room, I want the objects I add to spawn at the point where I add them. How can I do this without using an azure spatial anchor?

Burak
  • 37
  • 6
  • I think Azure Spatial Anchor can achieve your needs. If possible, please explain why you don't use it. What are you concerned about? In addition to Azure Spatial Anchor, you can also try QR code, please refer to [QR code tracking - Mixed Reality | Microsoft Learn](https://learn.microsoft.com/en-ca/windows/mixed-reality/develop/unity/qr-code-tracking-unity). – Zuocheng Wang - MSFT May 30 '23 at 08:18
  • @ZuochengWang-MSFT It may not be possible for me to maintain the internet connection all the time. Any chance to use Azure spatial anchor locally? – Burak May 30 '23 at 10:49

1 Answers1

0

You can use Spatial Anchor locally, which stores anchors on the device. Please refer to World locking and spatial anchors in Unity - Mixed Reality | Microsoft Learn for more information.