Hello, i accidentally pressed delete while selecting all files in my project file. i then selected them all in the bin an moved them back to my project files but now my map is gone. I have spend alot of hours on this map, is there any fix to this? Thank you for responding.
When you deleted the map file where did you delete them? from the folder or from ue5?
Restore it from your backups, ofc you have backups?
Map is not lost btw, you just learned important lesson, to have backups done at least daily.
Ok some actual help:
- do not keep opening your project in editor, hopefully autosave with working level is not yet overwritten
- create backup of whole thing now (like zip, or just COPY it to another folder, and it better be not desktop folder!)
- then get some application that can search inside binary files, for eg TotalCommander can (mark autosave folder and alt+F7, then fill “search for text”)
- so when you have that search tool search in autosave for name of your level (case sensitive)
- and when you found such file see what it is inside and make sure it is your missing level, when sure copy over level in your project (you HAVE backups now?)
- if it was wrong file repeat find next one with name of your level hint: it should be similar size to what your level currently is (smaller by few kilobytes).
And get git, then github or gitlab. Do your backups with git, you do not need to push project to gitlab or github, just add changes then commit. OR at least make zips of whole project every day or after every major step.