Hello Guest

Author Topic: Increasing time for commit to occur?  (Read 3889 times)

Afro-Ninja

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 62
    • View Profile
Increasing time for commit to occur?
« on: August 27, 2013, 10:08:19 pm »
I've noticed that as my sprite collection grows that my commits become slightly longer. Right now my sprite collection has about 60 sprites (2048x2048, ARGB 32 bit, 21 MB). When I add a sprite and commit it takes a full 3-4 seconds to finish. If this is normal then that's ok, but I still have quite a few sprites to add. I will eventually break up my collections a bit more, but one collection still may contain a lot of content. Should I expect the time to grow steadily as the project size increases?

fsadeq

  • 2D Toolkit
  • Sr. Member
  • *
  • Posts: 353
    • View Profile
Re: Increasing time for commit to occur?
« Reply #1 on: August 28, 2013, 03:48:08 am »
That is normal behavior. Also, I think the time has to do with the compression of the atlas. You can test it by having any compression at all and it will be super fast.