I am trying to find out how to work with grabbing objects in the Quest and the basic stuff works fine. I can pick up things and drop them again.
Now I want to understand how grabpoints and offsets work. The scripting guide on the developer page does not give much information, just a description of the parameters. I actually did a search on the developer site for grab and grabber and got no results.
Can someone point me to a good tutorial or reference or example that covers grab points, snap offset/rotation (I found
this post but the solution there seems to involve changing OVRGrabber itself, that can not be how Oculus developers intended this to work.). And the relation to grip transform on the Grabber script.
Edit: I looked at the DistanceGrabber example and figured things would work the same for the OVRGrabber, but unfortunately that is not the case. According to the example manual the grip transform on OVRGrabber is the point where a grabbed object will snap. In the picture below you can see that I added a sphere to the hand as grip transform, but the box still snaps to the hand.

Also for the Grabbable, I interpreted the manual so that the snap offset is relative to the gameobject with the OVRGrabbable script on it, but as you can see in the two pictures below, I added a capsule as grab point, but the snap is completely off.


Thanks!