We have a scenario where we'd like to create the basic AR experience with the studio then use the SDK to add additional functionality. Here's an exmple scenario. We create a basic AR experience in the Studio. We then export that experience to your hosting service. We take that generated HTML file's URL and use it with the Architect View in the SDK. Can we then add additional functionality to that AR experience, e.g., (event handlers, flashlight) using the SDK? So far my attempts to load the HTML file either dynamically or through an iFrame haven't produced any viable solutions.
Thanks
N
Nicola Radacher
said
over 7 years ago
Hi Jack,
Exported Studio projects currently can't be adapted - so adding additional advanced functionality the best option is to implement the complete AR experience using HTML technologies.
Matthew Anderson