Hello.
I’ve noticed that inside Saved folder of my project “Cooked” folder has 15GB and StageBuilds 6.5GB, whereas my Content folder has 18GB.
The question is simple, considering that I’m still working on the project (I don’t want to have a final package yet). Can I safely delete these 2 folders?
Also, based on my research I understand that these 2 folders (Cooked and StageBuilds) represents the following:
Cooked - “When you cook your project, Unreal Engine converts the content into a format that’s more efficient for runtime use and tailored to the specific platforms you’re targeting.” So, basically the package will be faster
StageBuilds- contains the final, packaged version of your game for each platform you have built it for. This is essentially the output of the packaging process that you would distribute to users or upload to stores
So, everything that will be affected if I delete those 2 folders is going to be the package time?
That being said, when I will package the project again I will then have to wait around 1h or so and that’s when these 2 folders will spawn again, right?
Thank you