Question by
ClownOfMadness · Nov 21, 2021 at 07:57 AM ·
animationcollisionphysicsrigidbody
Is there a way to limit animation on collision?
I'm trying to create a hand with grab animation, something like in Surgeon Simulator, but without manually controlling each finger.
I have made an animation of grabbing an object for the hand. How can I make it adapt to any object by detecting collision? The goal is to make the animation to limit itself by its collisions so that the grabbing animation stops from going through an object.
Both the hand and the objects are non kinematic rigidbodies. From my tries it either goes right through the object or sends the grabbed object to space.
Thank you
Comment