2D Toolkit Forum
2D Toolkit => Support => Topic started by: Karvuz on March 31, 2014, 05:08:45 pm
-
Hi, I'm having a problem with the S3 device, when it loads the game scene the game crashes, I traced the issue to the Sprite collections loading I'm loading to much atlases and the devices can't support it, How could I reduce my sprite collection sizes? what should be the best practices for big Atlas?
I have tons of animations and Images on the project so I had to make some sprite collections support multiple atlas.
Thanks for your help.
-
If you're running out of memory, then you don't really have much choice but to either reduce the number of atlases, reduce the resolution or start compressing them (16 bit dithered or compressed).
-
Thanks for your reply, that helped!