Hi guys!
In my search to improve my App performance, I decided to put all the images on images sheets. I decided to do it that way because I could see that the texture memory, with all scenes open, reaches almost 200mb if I use individual images. Now, when changing to images sheets, I could see the texture memory hardly exceeds 80mb, which I found remarkably good but when doing the tests on devices I can feel how they heat up.
I’m not using 2048x2048 images sheets, I decided to use 2 or 3 medium sizes images sheets for each scene. Only the back and info icon are repeated in scenes, which are outside the images sheets and loaded individually, virtually every scene runs with their own images sheets.
What would be your opinion regarding the issue of using or not “image sheets” and in what way it would be correct to use them?
Thanks in advance!
I forgot to said: with individual images I get 200mb in texture memory but no device was heated.