请问论坛里大大们,图集指定的texture变None是什么问题?

前一天关闭项目时图集还是正常显示的,但是今天重新打开项目,编辑器就把rawTextureUuid自动删掉了,手动加也加不上,编辑器的log也没有报错

这是点击图集里的图片,大小是0x0,没有图片,编辑器报错
error: TypeError: Failed to execute ‘drawImage’ on ‘CanvasRenderingContext2D’: The provided value is not of type ‘(HTMLImageElement or HTMLVideoElement or HTMLCanvasElement or ImageBitmap)’
at TypeError (native)
at CcImagePreview.Vue.component.methods.repaint (packages://inspector/share/image-preview.js:1:2992)
at CcImagePreview.repaint (app://bower_components/vue/dist/vue.js:220:74)
at CcImagePreview.Vue.component.methods.resize (packages://inspector/share/image-preview.js:1:2061)
at CcImagePreview.resize (app://bower_components/vue/dist/vue.js:220:74)
at CcImagePreview.Vue.component.methods._updateImage (packages://inspector/share/image-preview.js:1:1511)
at Watcher.run (app://bower_components/vue/dist/vue.js:3344:19)
at runBatcherQueue (app://bower_components/vue/dist/vue.js:3075:15)
at Array.flushBatcherQueue (app://bower_components/vue/dist/vue.js:3046:7)
at MutationObserver.nextTickHandler (app://bower_components/vue/dist/vue.js:449:18)----感觉是因为上边rawTextureUuid没了的缘故
但是为什么rawTextureUuid会被编辑器自动删掉?
谢谢panda圆满解决了问题,原来是之前的人把图片名改了,原来应该叫common.png的,所以图集找不到图片