Sharing animations between characters

So I have 2 characters with the same bone structures (one mesh is a woman and the other a man) -they each have 12 identical animations - how do i get them to share these animations - and what kind of performance enhancement does this give? (like purely file size, or can we conserve memory too?)

thx
Shaun

If you click on the expand-thingy of the model in the project view, there will be several animation clips.
When you drag the other animated object into the scene, you can drag those clips onto the root game object. This will add the clips to the list of animations usable by the animation component.

You can also do the same from a script in Awake.

And how would we get this lovely script from Awake?

-edit-
Oops, well I’d still like to know how to do it, but I thought you were referring to a script in Avert Fate :sweat_smile:

You basically just use Animation.AddClip