pistol shooting help

I downloaded a shooting animation from mixamo for my 3rd person char.
My question is what do i need to do to make the animation play?
is there a script to call up the animation to make it run?
Also how do i make the pistol attach to the char hand when played?

thank you

wayne

To play animation, use animation.Play (“walk”);

To attach the pistol to the player, just drag the pistol gameObject in the hierachy to the player. Then, the pistol will become a child of the player.

hey thanks for the reply
i attached the weapon to the charscters right hand and it looks good.
Now as far as the shooting animation goes i not sure what you mean
is this a script i have to look for or is it some kind of command?

again thanks for the reply

wayne