web平台一切正常,Windows程序会一直维持这种多重影分身的状态。

-
Creator 版本: 3.8.0, 3.81
-
目标平台: win10,win11
-
重现方式:构建发布到windows
this.enemyBattleRoot.children.forEach((node, index) => {
const posX = this.enemyPointRoot.children[index].position.x;
const posY = this.enemyPointRoot.position.y;
tween(node)
.delay(index * 0.2)
.to(0.5, { position: v3(posX, posY, 0) })
.start();
});