well i deleted unreal engine 5 back then and i had a game but now i downloaded it again and my problem is i can’t continue editing my game. I have all the files but I can’t get them into the editor, what do I have to do??
Hi IG, Welcome to the Forums.
So you have a folder with a .uproject file and a Config and Content folder correct?
What happens when you open the .uproject file?
You may need to open a blank UE project so that .uproject files are associated with the editor.
i dont know why but the problem is i only have the content folder and the engine folder
Since you are seeing an ‘Engine’ folder I assume you’re looking at a packaged version of your game. (You would not be able to continue development from this, you’d need the project files)
If you can still find the .uassets in the content folder: You should create a new project, and then merge the ‘backup’ content folder into the new one. (If you’re seeing .pak files in the content directory that means you’re looking at a packaged version)
One important thing to know is that you can only open .uassets in the engine version they were created, or a future engine version.
For example, if your backup project was using 4.26, you can place/open them in a 5.x project, but you can’t use any UE versions prior to 4.26.