As @11128 said, changing the frame in the inspector uses AnimationGroup.goToFrame
, which does the change even if weight is 0. weight
is taken into account during regular animation replay only.
2 Likes
As @11128 said, changing the frame in the inspector uses AnimationGroup.goToFrame
, which does the change even if weight is 0. weight
is taken into account during regular animation replay only.