I'm developing a 2D game. Since Unity3D already has a "sprite editor" and runtime 2D sprite texture support, does it still necessary to pack some small textures inside a texture sheet? What's the advantage to do so?
Besides, what do you guys do when you need to manage lots of small textures? Using some third-party tools like Texture Packer, or just drag all of them inside Unity and let Unity manage them?