For what we need Library/BuildCache Folder?

Hi, everyone. I have found out, that in my project I have extremely interesting folder BuildCache. And size of this folder is 20gb. I don’t actually know what kind of files are in it. Do you know what is it and can I delete all files that this folder contains?

As the name suggest it’s a cache for the Unity player builds. It makes player builds quicker by not recomputing parts of the build process that haven’t changed. You can delete it but your next build will take much longer and Unity will recreate it.

1 Like

Thanks, man.

That said Unity only recreates the cache files that it needs. If you’re targeting multiple platforms, for example, it will only recreate the files for the platform that you are currently building to.