Hello Guest

Author Topic: Game crash on S3  (Read 3705 times)

Karvuz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Game crash on S3
« 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.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Game crash on S3
« Reply #1 on: March 31, 2014, 06:44:42 pm »
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).

Karvuz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Game crash on S3
« Reply #2 on: March 31, 2014, 10:13:45 pm »
Thanks for your reply, that helped!