VR Kit: object pick up not working on oculus

I started using the VR Kit with my Oculus quest 2 but when I began to test everything but when I tried to pick up the cube by using the primary index trigger on my Oculus, It didnt seem to move/pick up the cube.

same pb

The VR Starter Kit doesn’t have functionality to pick select or pick up the cubes. But implementing that is straightforward. You would track the XR input sources in your scene, and on a selectstart event, you’d check whether the input source is within the bound of a pick-up-able entity and then, once picked, you’d set the entity’s position/rotation to that of the input source every frame until you get a selectend event.