Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any cleanup opportunities to reduce disk? #3

Closed
ghost opened this issue Jul 14, 2021 · 1 comment
Closed

any cleanup opportunities to reduce disk? #3

ghost opened this issue Jul 14, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 14, 2021

Pulling the latest unreal engine its using almost 100GB of disk! Are there any folders inside UnrealEngine-master that can be trimmed/deleted after successful build? For instance ./Engine/Source is 24GB, do we need it at runtime?

Or are all folders necessary during runtime?

@connorlanigan
Copy link
Owner

Hi!
There is unfortunately no easy way of finding out which files are needed after the build and which are not needed. The Editor might access files that are outside of the build output, so I can't say whether it is safe to delete any of them.

That said, the Unreal Engine build tools also support generating a variant that is called an "Installed Build" (see Epic's documentation on this). The Installed Build is intended to be distributed (e.g. inside a company), and is independent of its source files. This might be what you're looking for.

Unfortunately, this project currently does not support generating an Installed Build, and I don't have plans to add support.

However, in my research I discovered that there are two other projects that deal with creating/using an Installed Build of the Unreal Engine Editor on Linux:

I have not yet used either of them, so I can't really give a recommendation and I don't know whether they are indeed suitable for this goal, but from their documentation they look very promising.

I hope this can help you in your further research. Good luck! :)

@connorlanigan connorlanigan pinned this issue Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant