VR Hand box collision

Hello,

I would like to add hand collision to collision box. I have butterfly spawn and after this collision and waiting few second I want them to settle on my hand. How can I do this, I am beginner. Can anyone guide me?

Have a nice day !

This is a bit of a complicated effect so finding a method that works and looks good will take some trial and error and time. The “features tour 2014” project has an Ai butterfly that may be worth looking at. I think I would add a socket to the hand as a landing target then compare the z position of the butterfly and the hand, having it fly up until it is over the hand then move to the hand xy position then lower into the hand. You will have to figure out if the player is keeping his hand still. Maybe compare its position every half second or so.