I am trying to create a WebAR experience, but running into issues with the placement reticle.
On all the sample scenes it works great, but for my tests it is jumpy and only picks up on a few places. In some cases it is also inverted, but Invert Forward is disabled in the Web AR Session Root. Thoughts?
Is there a way to create a custom loading screen? I want to have a non-3d page before they enter AR.
Hey, you mean the reticle is jumpy?
Invert forward refers to the rotation of the session root when places (basically it rotates the root by 180° when enabled)
Custom Loading: you mean you want to display something when someone presses enter AR before AR starts? What stops you from adding a 2d overlay on top of the web component (or add the web-component later to the page when you want to display 3d)