MRTK Ray Interactor & XR Target Filter with object inside object #11826
Unanswered
AlexMerigot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encounter a problem on my raycast management, I want to pick object inside other object, to achieve this I use a XR Target Filter which work (I build a sizeEvaluator) : see debugger follow.

However When I point the raycast on the object, the line stop at the first game object touched even whith the 'stop line' option unchecked. See :

This problem is not user friendly because you have to guess the trajectory of the line to reach some object.
Here are my settings:


I tried a lot of configuration, layer/ Interaction layer, but if I disable the layer the front object cannot be move, which is not what I want to do...
Beta Was this translation helpful? Give feedback.
All reactions