Do you know a way to save ARFoundation Anchors (ARAnchor) into files (and to reload them obviously) in order to set the file in the project build it and deploy the app on mutiple devices next (iOS/Android/Hololens 2) ? This should give the opportunity to have the same scenario on multiple devices without setting the anchors on each.
Regards,
Thanks for your quick reply.
I was hoping there was a generic way to serialize the ARAnchor data and reuse them on any device . Azure Spatial Anchors must be stored in the Microsoft cloud, mustn’t they ? I was looking for a solution to do it offline (but maybe this is not possible).
Unfortunately, the only solution that works offline is ARKit World Map. Azure and ARCore require internet access and store anchors in the cloud and if the cloud usage is high, you have to pay for it.
Also, Vuforia has Area Targets. It’s an enterprise-oriented solution that requires previously scanning a place and preparing the scan for Vuforia SDK. I believe it should work offline then.
I was looking at this when you sent your post , I will ask Vuforia if it is available offline (and what is the licence fee). I will send feedbacks on offline availability for vuforia area targets in this thread asap.
Check out the Area Target Capture API that allows you to build your own app, capturing a portion of the environment using an iOS LiDAR enabled device! The captured target behaves just like any other Vuforia target. You can store it, share it, and consume on most platforms supported by Vuforia: https://library.vuforia.com/develop-area-targets/capture-api.
I promised feedbacks so here they are : Vuforia area target is available offline and it is possible to share the area target with other devices (deploying the same app with the area target captured on another device I mean).