So, I've a zip file that contains all the project files including Content and Config files.
However, after I unzip it the file doesn't include .uproject file.
- I tried to unpak the .pak file and run the
.uprojectbut it gives me this error:
Failed to load map! Umap appears to be an asset file
- I tried to copy
.uprojectfrom another project to rebuild the project, it works but give me another results.
My question is how do you open unreal engine project that miss .uproject?