Should I delete all unused assets before build ?

Hi, what happens to unused assets folders, images, sprites, etc…when you build your game ?
Do we need to delete them to reduce game size or does Unity do that automatically ?

Thanks,

Unity will do this automatically.

Unless its in a resources folder. That you have to do yourself.