De-Panther / unity-webxr-export

Develop and export WebXR experiences using Unity WebGL
https://de-panther.github.io/unity-webxr-export/
Apache License 2.0
1.04k stars 110 forks source link

mobile ar support #32

Closed chaoslife closed 4 years ago

chaoslife commented 4 years ago

Hello, does it support WebAR on iOS and Android or future?

De-Panther commented 4 years ago

Currently it supports the Immersive AR session of WebXR. So it works on browsers that supports it. Chrome 81 for Android supports it - Needs a device that supports ARCore. iOS doesn't support the Immersive AR session as far as I know. Magic Leap Helio browser supports it, but it doesn't recognize the controller.

Also, I didn't implement yet a support for touch events, and didn't implement Hit-Test.

You can see how it currently works at: https://de-panther.github.io/unity-webxr-export

chaoslife commented 4 years ago

Okay, Thanks a lot!