[Scene] Error: Can not get asset url by uuid "fff9ea3f-ea97-4688-bccf-428f8393166e", the asset may be deleted.

就换了张png图,就报这个错,还找不到问题,真是服了。。。

D:\CocosDashboard_1.0.6\resources.editors\Creator3D\1.1.0\resources\app.asar\node_modules@base\electron-logger\lib\renderer.js:1 The Asset used in asset “texture” is missing. Detailed information:
Asset url: “db://assets/textures/head/Danbian/texture”
Missing uuid: “fff9ea3f-ea97-4688-bccf-428f8393166e”

这个报错是什么意思?

TypeError: Cannot read property ‘importer’ of null

我这张图片明明有,但是就是报错,重新导入还是不行,

看着是图片导入引用失败,可以试着 library 删除后再重新导

改了个名字就好了

遇到同样的问题,同事电脑上ok。为什么会出现这种情况,哪位大佬科普下

我这边用的是3.3版本

UUID找一下,看是哪里用的,找到那个节点,处理下应该就可以了

谢谢!
出现原因: cc.Button组件的Transition属性从SPRITE切换到SCALE之后,删除了原来的cc.Button.PressedSprite对应的资源;
提问: creator类似的逻辑是如何处理的?

你是指 inspector 上隐藏么?

这个是通过属性上的 visible 修饰器实现的。可以在这里写上不同的判断条件。