about Error "Could not extract GUID in text file"

Discussion and help for Easy Save 3
Post Reply
smm
Posts: 2
Joined: Tue Mar 05, 2019 2:20 pm

about Error "Could not extract GUID in text file"

Post by smm »

Hi I Use Easy Save with Unity2017,unity2018.

I met this error.

Could not extract GUID in text file Assets/Scenes/River.unity at line 6231.
Could not extract GUID in text file Assets/Scenes/River.unity at line 6238.
Could not extract GUID in text file error Assets/Scenes/River.unity at line 6278.
..

so I confirmed this part,
- {fileID: 4, guid: 00000000000000000000000000000000, type: 0}
- {fileID: 7, guid: 00000000000000000000000000000000, type: 0}
- {fileID: 6, guid: 00000000000000000000000000000000, type: 0}


and It was found to be caused by ES3ReferenceMgr.cs

I am in trouble because I can not build.
Do you have any information?
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: about Error "Could not extract GUID in text file"

Post by Joel »

Hi there,

Unfortunately GUIDs are handled entirely at Unity's end, so you would need to report this to them.

It looks like the meta data might have become corrupt for the file, so you might want to try updating Easy Save from the Asset Store. Or if this doesn't work, try deleting ES3ReferenceMgr.cs (so that meta data is removed), and then update from the Asset Store.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
smm
Posts: 2
Joined: Tue Mar 05, 2019 2:20 pm

Re: about Error "Could not extract GUID in text file"

Post by smm »

I will trying it.

Thank you so much. :D
Post Reply