I have a quadruped character but I’ve been having trouble getting it animated properly, with a rigidbody. So I’ve been trying to figure out what type of collider is best to work with animals on? I was using a Box Collider but it doesn’t work very well and I’m not sure if a Mesh Collider will animate with a character.
you can use multiple colliders on one object.
a mesh collider isnt needed. asuuming the head and body are longer and wider than the legs have a larger rectangle for the head and body and a smaller one that goes over the 4 legs.
or one for each leg but thats probably overkill.