I have some generic image resources and two different language image resources in my project. By using Sprite Atlas to reduce draw calls. From my understanding, there are two possibilities: :
-
Join all images in the same Sprite Atlas
-
Create a Sprite Atlas for each set of image resources
Does the first way cause unused language image resources to be loaded into memory?