Hi,
i'am trying to optimize my game with profiler, and noticed that this action is  looking a bit expensive in the garbage collector.
but i am a total noob in terms of performing, that why i said ... i'm trying...  

regarding the screenshot, i can certainly find some other way to optimize my game and the way i use FSMs, and i wonder if using Get/Set property is higher cost than tipping a custom script that will refer directly to  the desirer object type ?
if (i can gain some fps)
{
     i'll spend some time writing more actions;
     then IllBeHappy();
     And then PlayersWillBeToo( 

);
}