Hi everyone! As promised below you will find a simple tutorial on how to use Spatial Anchors in an iOS app with Mixed Reality Toolkit.
What is Spatial Anchors for?
The way in which it is possible to share a hologram with other devices (we saw in previous tutorials that we are specifically IOS, Android and Hololens 2), is through the use of Spatial Anchors.
Spatial Anchors can be located by multiple devices in the same place and at the same time. With this application, if two different devices connect to the same session, they can locate the saved Anchors.
Let’s start!
This video shows the result of this tutorial.
Software requirements
- Unity version 2018.4.14f1
- Microsoft.MixedReality.Toolkit.Unity.Foundation.2.2.0.unitypackage
- Microsoft.MixedReality.Toolkit.Unity.Providers.UnityAR.2.2.0.unitypackage
- Azure Spatial Anchors 2.1.1
- MRTK HoloLens 2 Unity Tutorials Assets Azure Spatial Anchors v2.1.0.1
Aditional Pachages for IOS
- Ar Foundation version 1.5.0 preview 6
- ARKit XR Plugin v.2.1.2
Creating the App
1. Create…
View original post 776 more words