奇怪的错误

昨天都好的,今天什么都没改,就报错了,即使所有节点都在属性管理器里勾掉,仍然报错
Simulator: musics: [cc.Texture2D],Simulator: If you use JS, it should be changed to:Simulator: musics: {Simulator: type: cc.Texture2D, // use ‘type:’ to define an array of Texture2D objectsSimulator: default: []Simulator: },Simulator: If you use TS, it should be changed to:Simulator: %s: {Simulator: type: cc.Texture2D, // use ‘type:’ to define an array of Texture2D objectsSimulator: }Simulator: %s: cc.Texture2D[] = [];Simulator: (This helps us to successfully refactor all RawAssets at v2.0, sorry for the inconvenience. :cold_sweat: )