Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AlexGK

Pages: [1]
1
Support / Re: Too many draw calls, need help
« on: October 22, 2014, 08:10:27 am »
Are those sprites static? If so, then you can merge them into a static sprite batch: http://www.unikronsoftware.com/2dtoolkit/docs/latest/tutorial/using_the_static_sprite_batcher.html

2
Support / Re: 2DTK + PSM/Sony Vita
« on: October 22, 2014, 08:06:35 am »
I developed an entire PSM game using TK2D, and performance was NOT an issue.
I ran into some framerate drops and crashes, but it was because I was loading too many sprite atlases onto the same scene.

Maybe that's your problem. Try to keep the number of sprite collections loaded per scene as low as possible.

3
Support / Sprite Collection Editor won't show up
« on: January 21, 2013, 05:43:10 am »
Hello:

I was making some tests with 2DTK on Unity 4. I tried to edit a sprite collection, by clicking the "Open Editor..." button in the Inspector tab. The editor just won't show up. Any help?

Edit: Well, I tried it in another project, and it actually seems to be working now.

Pages: [1]