- Home /
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,
Comment
Answer by Kiwasi · Jul 14, 2014 at 09:22 PM
Unity will do this automatically.
Unless its in a resources folder. That you have to do yourself.
What do you mean by resources folder ? I just have a main Assets folder in which there are my other folders (Sprites, textures, scripts...)
Do you have a folder named "resources"? If you don't have a folder with that specific name then you are good to go.
Check out the other special names here