Error scaleX when loadScene

Hi,
When load other scene. Sometime this error show


Please help me

Can you show me your code or your Animation clip timeline?

Test.zip (251.5 KB)
Please check my source code. This code play Animation when this node hidden. After load other Scene.

I have reproduced same error.
Why is “New Sprite” not active? it seems the reason of error.

This is my logic game. I know reason by “New Sprite” but i think this need fix in Cocos Creator :slight_smile:

I havent tested your project but maybe this thread is relevant?

Thanks you. I will check it

@owen
Hi, please support me with this issue.
Thanks

Why to animate an inactive node?
If you want to animate an invisible node, i think you can use opacity instead.

@jyinkailej
It’s demo to show you error when play Animation inactive. And error will fire when change Scene. I think this issue should fix in Cocos Creator

Please support me resolve this issue.

Hi,
We not propose to play an inactive node.
Can you put the inactive node to an single active node, then animate the active node?