Hi there,
with the following code in place I can still see the layered animation playing. How come? Does Alpha only work when the base animation has keyframes for the bones in question?
_skeleton.AnimationState.SetAnimation(0, "animation_1", true);
var entry = _skeleton.AnimationState.SetAnimation(2, "animation_2", true);
entry.Alpha = 0;