Deployment size doubt

I have a little doubt regarding the file size when deploying a game, does unity only compresses and uses the things that are needed for that game specifucally?, or does it uses the whole folder where the game is contained? :face_with_spiral_eyes:

It uses only things that you are using in the game and everything that is in Resources folder.

Ohhh cool, then I may need to reorganize my assets, thanks dude :smile: