Jump to content

Debug GUID Help


photo

Recommended Posts

I'm getting an error related to a GUID. My question is about how to debug this, not the specific error. 

I started getting this error after reorganizing some files from the code IDE and file system. Apparently, I moved something into the wrong place.

Quote

 

"AssetManager::validate: Asset is invalid and can't be reimported because it is located inside a read-only mount point. GUID: 197629c553637b6b728d3a10d525275b43a9f423, new filepath: "

"ValidateStage::run(): Asset file path is empty. GUID = guid://197629c553637b6b728d3a10d525275b43a9f423."

 

I searched the guids.db and file contents in the project dir and can't locate "197629c553637b6b728d3a10d525275b43a9f423".

 

How do I start tracking down the source of this or identify what file Asset Manager is looking for?   

Link to comment

Hello Tessalator,

 

Usually this type of error appears after moving\deleting file from assets without moving\deleting it's .meta. There's must be some .meta inside your data folder without corresponding asset.

  • Thanks 1
Link to comment
×
×
  • Create New...