2D Toolkit Forum

2D Toolkit => Support => Topic started by: Afro-Ninja on August 27, 2013, 10:08:19 pm

Title: Increasing time for commit to occur?
Post by: Afro-Ninja 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?
Title: Re: Increasing time for commit to occur?
Post by: fsadeq 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.