I have several 2D animation clips changing spriteFrame, but switching between these clips can sometimes cause the image totally disappears. Logs show that the animation is playing, spriteFrame is changing, node and Sprite component is active, but there is just no image at all.
I have called animation.stop() before play new animation clip, and I tried to play the new animation clip one frame later after animation.stop(), still same.
Anyone knows what’s going on?