How to automatically delete old "Live Coding" binaries

When Live Coding is enabled, building with CTRL +ALT +F11 creates a new binaries in the Binaries folder every time which uses quite a lot of HD space.

These files seem to stay even after rebuilding the project.

Is there a way to automatically delete these files?

Seems like there is no automatic way. The wiki mentions you can set the folder id manually (logic predicts that maybe it will overwrite it).
You can always outright delete the binaries folder and just recompile if it’s eating up disk space.

Binaries, Intermediate, DerivedCache and Saved are all folders that can get deleted (just don’t delete the plugin/Binary folder :P)

if you’re in windows, just run a del /s /q *patch* in the binaries directories occasionally

1 Like