gisornator

Results 5 comments of gisornator

Hey! I was testing Hit Test on iOS with great success but it seems to not work properly on Android. Any idea? EDIT: Remote debugging gave me the following error...

Technically, the browser should support it. I tested it with Chrome 96.0.4664.92 (Android). E.g. testing it through this works fine in the same browser: https://chromestatus.com/feature/4755348300759040

One thing I found: According to several resources, it seems that it is required to ask for hit-testing when starting the AR Session: https://developer.mozilla.org/en-US/docs/Web/API/XRSession/requestHitTestSource So maybe (that's just a guess...

Okay, I was able to test it in the meantime and the solution from above worked now! I have a different issue now in regards of Unity's Input.Touch system. I'm...

Thanks for the quick response! Yea, I will try that later tonight :) do you have something in the examples on how to interact with UI elements and `InputSourceSelect`, etc?