Hi, people
I created a generic template to attach on each body part of enemies of my game. The template control "health" of each body part. Fire the animation when the body part is hitted...and more.
I created a String variable called "boolAnimatorParameter" that's represents what animator parameter will be change when call "Set Animator bool".
But when I set a value to "boolAnimatorParameter" to "isRightLegHit", for instance, the "boolAnimatorParameter" is changed to all of FSM that recieved my generic template.
How can I set a value to a template variable without change of others FSM with same temaplate? Sorry my spelling! Hope you can understand!
Thx a lot,
Thiago from Brazil