When I package my own project, the name of the file in which the project is located becomes “Windows” as in the photo. How can I solve this problem (if any).
Unreal is just putting your project in it’s target platform. You can move the packed game out of the windows folder. It’s just there in case you are packing multiple platforms
You would have a different packed version for
- Windows
- iOS
- Android
etc.
So, will there be a problem if I change the name of the folder instead of moving the packaged game?
You can rename the windows folder to another one and the project will run the same.
edit: Though if you repack it Unreal will remake the windows folder in the target folder.
Okay,thanks bro