cocos3.8.5动画路径错误,控制台提示警告,该怎么修复

动画执行控制台提示警告debug.ts:79 Node “Canvas” has no path “ThreeCard/card-002/bg”.

debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node Canvas.
debug.ts:79 Node “Canvas” has no path “ThreeCard/card-002/Label”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node Canvas.
debug.ts:79 Node “card1” has no path “ThreeCard/card-002/bg”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node card1.
debug.ts:79 Node “card1” has no path “ThreeCard/card-002/Label”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node card1.
debug.ts:79 Node “card1” has no path “ThreeCard/card1”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node card1.
debug.ts:79 Node “card1” has no path “ThreeCard/card1/Label”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node card1.
debug.ts:79 Node “card1” has no path “ThreeCard/card1/bg”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node card1.
debug.ts:79 Node “card1” has no path “ThreeCard/card2”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node card1.
debug.ts:79 Node “card1” has no path “ThreeCard/card2/Label”.
debug.ts:79 Previous error occurred when instantiating animation clip ThreeCard on node card1.
怎么修复,本人新手不会修改,求帮助!!!

帮你顶一下吧 这个我暂时也不会

按照提示找到挂载这个动画组件的节点,然后选中进入动画编辑器里查看丢失项(会标记红色),右键丢失的部分有迁移数据,点击其他节点选项可以迁移动画数据到这个节点上面。
一般是你修改了节点名称或者调整了层级导致的