Replies: 1 comment
-
Can I get any update on the above query please @AMollis ? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi @AMollis , I'm trying to receive selection event from non-interactables. But I was able to receive
SelectEntered
when I try to interact with an interactable. Is there any way to get that triggered when I perform air-tap gesture in any gameobject which is not an interactable?An approach which I tried is, using
interactionManager.GetRegisteredInteractors(interactors)
, then looped through it and then I subscribed to ActionBasedController's selectAction.action.performed action , which is triggering everytime I air tap anywhere in the scene. But in this callback how can I get the hit info?Beta Was this translation helpful? Give feedback.
All reactions