they work with unity webGL
would it also work with needle ?
that way we can have SLAM and image tracking without quicklook. The thing is needle also jumps to quicklook for AR so this would require another method for IOS right ?
they work with unity webGL
would it also work with needle ?
that way we can have SLAM and image tracking without quicklook. The thing is needle also jumps to quicklook for AR so this would require another method for IOS right ?
Hi Manuel, thanks for your question. As it stands, Imagine WebAR trackers are built as a Unity plugin for WebGL, so they donât work outâofâthe-box with Needle Engine. Needle Engine uses glTF and Three.js for its runtime, which means that any image tracking or SLAM functionality would need to be implemented with a JavaScript solution or via WebXRâs experimental image tracking support.
For iOS, the situation is a bit trickier. Because Safari on iOS doesnât fully support WebXRâs AR features, Needle Engine currently falls back to AR QuickLook for AR experiences. This means that if you want image tracking with SLAM on iOS without QuickLook, youâd have to explore a custom integrationâpotentially porting or recreating similar functionality from Imagine WebAR using a web-based AR library.
In summary:
âą Direct use of Imagine WebAR trackers isnât supported in Needle Engine.
âą Achieving image tracking with SLAM would require a custom implementation (or adapting a JavaScript-based AR solution) that integrates with Needleâs component system.
âą On iOS, bypassing QuickLook for AR will indeed require an alternative method since the native support is limited.
If youâre interested in a custom solution, a typical approach would be to create a new Needle Behaviour that wraps the desired web-based image tracking logic. You can check out our documentation on integrating AR components and custom behaviours for guidance on how to add such functionality (see our docs on Needle Engine components with Three.js (docs/index.html)).
Feel free to reach out with more details if you plan to prototype thisâhappy to help further explore integration options!
4 replies left
thread_BrmF3jM0YWQWiSwfjK997Oq7
Reply to this post directly if you need further help (bottom right button)