unity-webxr-export icon indicating copy to clipboard operation
unity-webxr-export copied to clipboard

WebXR for augmented reality

Open antoniofurioso opened this issue 3 years ago • 3 comments
trafficstars

Hello everyone, I'm just asking myself if it's possible to use this cool package with AR foundation or Vuforia to build a cool AR experience on the internet.

If is it possible how can I do to implement all the things?

antoniofurioso avatar Apr 07 '22 14:04 antoniofurioso

You can use this package for AR, but it doesn't work out of the box with AR Foundation or Vuforia, I guess you'll have to write your own interface for them to work in the same project.

De-Panther avatar Apr 08 '22 20:04 De-Panther

Okay, but with your package, I could do an Image and world tracking?

antoniofurioso avatar Apr 09 '22 07:04 antoniofurioso

I'm not sure what are you referring to as world tracking, but WebXR supports 6DOF tracking if the device allows that. WebXR also supports Hit-Test if the device allows that.

There's an experimental image tracking for WebXR in Android Chrome behind a flag, but the package currently doesn't support it.

It's better to ask those types of questions at the Unity channel on WebXR Discord, as there are more people that can help https://discord.gg/webxr

De-Panther avatar May 14 '22 13:05 De-Panther