Building a project and assets.

When I build a project, Do all of my assets get build in with it or only the ones used in my scene. Should I delete every asset I am not using?

Ex: Texture pack with many textures. Only using 1. Should I delete the rest or no?

Only the ones you use. Unity - Manual: Reducing the file size of your build

1 Like