Is it possible to package an unreal engine project into one file? Instead of having many other dependency's with the exe after packaging. Obviously this isn't a necessity, but it'd be cool if it's possible!
Thanks in advance for any help!
Is it possible to package an unreal engine project into one file? Instead of having many other dependency's with the exe after packaging. Obviously this isn't a necessity, but it'd be cool if it's possible!
Thanks in advance for any help!
As far i know it is not possible to build one single file from editor, but the project itself is already packed in a .pak file, so I don't understand clearly what you are asking.
Here's the documentation btw https://jrsoftware.org/isdl.php
You could, always create a portable launcher, with a downloader that downloads the needed files, or... you can package it with an installer software with everything to run the exe.
It is not possible to package as one file. As for the dependencies, if they're not on your system, the program will let the user know and download and install them for you automatically, so it's not really an issue.