I’m applying “animation.Blend” to fade out an animation Mix. I need to check when the weight get to zero to apply some other actions.
I’ve trying animation[“ClipName”].weight and also having the clip as an AnimationState variable, then ClipVar.weight… both didn’t worked.