Hi, I’m developing a 2D game. Since Unity already have a “sprite editor” and runtime sprite support, does it still beneficial to pack some small textures in a texture sheet(texture atlas)? 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?