- Home /
Question by
ArtificeBlade · Sep 12, 2014 at 07:05 AM ·
assetsoptimize
Cleaning unused assets before building
Hey
Do I need to remove the unused assets from my project files before building to reduce the build size??
For example, I have a lot of unused assets in "Standard Assets" that are not used in any way in my game, like 3D person character controllers, and such.
Comment
unity includes everything in the Resources
folder... for assets which are not included in any scene.