Enable RigidBody while HandDraggable

Hi guys ! :slight_smile: I have a question about handDraggable (script int the MRTK). Is it possible to keep RigidBody on the object while handDragging ?
I have to unlock a drawer with a key, so i use the “OnCollisionEnter” on my drawer, but it works only if i throw my key !
Thanks in advance for your help :slight_smile:

by reading again the class handDraggable, I noticed that it does not disable RigidBody but that it activates the Kinematic option, which is more or less the same.
I will try something other than OnCollisionEnter

I found a solution it works