Grabbing objects with Handtracking

Im having trouble grabbing objects with handtracking besides the controller. I followed the example on this link Hand tracking and gestures - Unity Learn . But it doesnt seem to work.

Hi @rexgatling1988,

What issues are you running into when trying to grab objects using hand tracking?

Best,

El

When I try to grab the cube after pinching my hands goes through the cube besides me being able to pick the game object up. Even after configuring the interaction game component.

Are you receiving any error messages in the console when trying to use hand tracking?

I'm testing it on my headset and it doesn't work. I didn't try it on the editor

Hi @rexgatling1988
I would suggest adding the "android logcat" package for unity, it will let you check those console errors in editor while running on device.
-Sidney