assets in projects

I thought i read somewhere, That everything in your projects gets bundled up when you build your game. Is that true, and if so, what does one have to do(besides having a smaller project) do, to get around that. Because… my project, with all the feebies and bought stuff from the asset store is giving my project folder almost 6 gigs.

Thanks

It’s not true. Only assets that are directly referenced are included, except for scripts and anything in the Resources folder if you have one.

–Eric

good thanks, I was starting to worry.