Does Studio provide a way to enable inline AR experiences in the same way as the legacy code version?
Legacy code had an example for inline AR through iframe implementation. I suppose you would have to do it kind of the same way
Maybe having a Website Space and a AR Space, make an iframe on the website space that loads your project with an url parameter, then use an if to load AR space if parameter is present. If you are adding the inline in another website you would just need the AR Space and add the iframe code to your site. Donβt forget to add permissions to the iframe so it can load the camera and read the phone sensors.