Storage issue

I don’t know what’s the exact problem, but I noticed that after compilation process my disk space is vanishing in a blink of an eye. Are there any settings that might help?

By how much?

Usually about 1Gb of temporary storage.

Is that over time or just one compilation?

When you compile with the editor open you are compiling a new binary and the Engine hot swaps it so you will accumulate a bunch of binary files. Example

When you compile with the editor closed then it will clean up all those files and overwrite the non-numbered one.

1 Like

Exatcly, with editor. But how I can compile with editor closed?

If using VS Code

Ctrl + Shift + B

And then choose ProjectNameEditor Win64 Development Build. Be sure you choose the editor verion.

1 Like

Thank you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms