You've made it difficult for yourself with how you set up all those animations by name on the same object. Really you should have a different object for each character, then the idle anim is called "idle" and attack anim is called "attack", it will be very easy.
To make sure you have the correct character you just need to spawn it at the start of the game maybe based on a variable set from the character select screen.