Hello Guest

Author Topic: Committing changes to sprite collection takes ages  (Read 3552 times)

mfcas

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 24
    • View Profile
Committing changes to sprite collection takes ages
« on: March 16, 2016, 02:20:06 am »
I've got a lot of sprites in my sprite collection (I looked up the sprite def count and it's 2164), now I'm having an issue that when I try to commit any changes, I need to wait a long time (around 5 minutes).

Any tips on how to optimize this?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Committing changes to sprite collection takes ages
« Reply #1 on: March 27, 2016, 02:49:48 pm »
Sadly there isn't much you can do to speed it up, the time it takes to build the collection is directly proportional to the amount of sprites and texture sizes. You could split it up into multiple collections if it makes sense for you.