Animated models and collider mesh

Hello and I’m sorry if this have being asked and answered before, but my searches gave me no results.

I’m a Blender user and using it with Unity so far has been a breeze but now that I need to make a new project that demands that animated models have animated collider mesh I don’t know what to do.

I’ve imported animated models before, but they didn’t required animated collision mesh. I tried using the collision mesh option on Unity and assign the same mesh as the model, but it didn’t animate.

Thanks for your attention and once again I’m sorry if this has being answered before.

Collision meshes cannot be animated. You will need to attach capsule colliders to the bones to approximate the collision area.

Or something similar.

Thanks for your replying Zombie.

Well, this wasn’t exactly what I expected and will make my future projects a lot harder…

Is there any other way to optimize this process?

Optimize or automate. You could certainly automate it.

Thanks for the suggestion podperson, I’ll see what I can do about this automation process.