Today I wanted to clean my project. I cooked it to see the warnings and errors it showed me and thus know what things I should delete. However I have seen some warnings that I did not expect.
Those files are blueprints that I deleted because they were no longer needed.
So this makes me think that there must be some kind of cache or something that must be removed as well.
Also, searching the project directory tree I found files that apparently are not strictly necessary for the project. Like for example these. (Saved\Crashes)
I would also like to delete the generated binaries during the build. But I don’t know where they are
So basically I would like to be able to delete everything that is not necessary. I would like to make a BATCH script or something like that to automate the task.
However I’m not totally sure what can or cannot be deleted. I don’t want to delete essential engine files.
So I want to clarify that the problem is not deleting assets that are not used. I know exactly what assets I am using and where to find them.
The only thing I want to delete are those “temporary” files, the cache, and the remnants of the compilations…
So the question is very simple:
Does anyone know exactly which folders have that type of content and which can be deleted?
when i add plugin to project, the drive fill again after the catch, Intermediate, saved is deleted, what should i delete in that situation?
I also clean vault catch from epic games
btw what is your e-mail id I will give you my game for free for giving me solution
if you already deleted (Intermediate, saved, binaries, DerivedDataCache) folders then i think your project is too big. Thre is not more folders to delete. Maybe you must to unistall some programs or move some files to an external hard disck to get free space.
But you can simply delete the intermediate and save folder anyway…
cd %USERPROFILE%\Desktop\UnrealProyects\Catharsis\Binaries\Win64
del *.exe
del *.exp
del *.pdb
del *.lib
del *.dll
del *.target
del *.modules
cd %USERPROFILE%\Desktop\UnrealProyects\Catharsis\Intermediate\Build\Win64\UnrealEditor\Development\MyProjectName
del *.obj
del *.exp
del *.esponse
del *.old
del *.json
del *.h
del *.cpp
del *.lib
pause