Does anyone know how to make a fist in Unity? I really want to be able to grab objects and I was thinking that a quick solution would be:
if(closed fist && in trigger){ attach object to hand}
and then detach the object on release. I have know idea how to even check if the hand is grabbing or some fingers are down though. Could someone please help point me to a good tutorial or script for this type of detection?