Hello!
Today I seemed to have corrupted my project I was working on for a few weeks now.
58 very important files like main blueprints but also other random stuff like some sprites or meshes just can’t load anymore, giving an error looking like this:
“The summary for the package ‘/Game/Blueprints/BP_ThirdPersonGameMode’ is invalid. Check that the file is of the expected type and not corrupted.”
I tried to search for fixes on google but only stuff I heard is “use source control”.
The thing is I use source control since day 1 but I somehow feel like I have corrupted the whole project as no version I clone from source control is working anymore. I don’t understand how that is possible and what to do about it. I have spent so much time on this project and it drives me crazy not being able to recover it.
Did I miss anything obvious? How can a project be corrupted backwards if I have only done some local changes to the newest version? Is there any cached stuff (other than DerivedDataCache) I can clear? Anything else I can do?
I just don’t know what to do anymore and will be forever thankful to anyone trying to help me.
EDIT1: So as I continue to research about this topic, I am pretty sure that Git-LFS messed up the files as all files that are corrupted are tracked by Git-LFS.