How do you make your player when hit by an attack then not change to get hit state and continue attacking?Like: when your player executing "hadouken", he will continue executing it even he gets hit.
There's two methods: HitOverRide and ReversalDef. Depending on how you plan to implement your Counter, take your pick.Of course it doesn't hurt to look up those two in the docs and then decide.