Reply To: Hi, let's assume I use a lot of images in my UI. Is there a way to use an atlas for all these images to improve performanc…

Forum Archive Hi, let's assume I use a lot of images in my UI. Is there a way to use an atlas for all these images to improve performanc… Reply To: Hi, let's assume I use a lot of images in my UI. Is there a way to use an atlas for all these images to improve performanc…

#22978
Jonathan Gonzalez
Participant

    With Sprites (like UI elements) Unity uses something called a “Sprite Packer”. It automatically packs your sprites to be more efficient by creating Atlases. You can read more about it here: http://docs.unity3d.com/Manual/SpritePacker.html