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 - MeowMeat

Pages: [1]
1
Support / Re: PNG atlas format issue on WinPhone
« on: December 27, 2014, 01:38:38 pm »
I encounter the same problem when resume from pause using PNG atlas on windows phone 8.

I have to change to use Unity Texture... :(

We have fixed that right as unikronsoftware said: ResetPlatformData() for all the tk2dSpriteCollectionData and ForceBuild() for all the tk2dBaseSprite objects. We use OnApplicationPause() method as a coroutine and launch a loader while rebuilding sprites (that's not so fast).

Also we needed some small fix in tk2dSpriteCollectionData.DestroyTextureInsts() - check for a null reference, as it was causing exception sometimes.

2
Support / PNG atlas format issue on WinPhone
« on: December 23, 2014, 08:58:52 am »
We have our atlases in PNG format (for app size reducing).
On WinPhone 8 after application resuming sprites are broken (see the screenshots attached). That’s enough to turn off and then turn on again phone’s screen, or go to the menu and then back to game to get them broken.

After another scene loading or the current scene reloading everything become ok.

There are no such problems on iOS or Android. But something pretty similar we have been observing while switching platform (1x/2x) at runtime by our own controllers (for dev purposes) - we’ve solved it by scene reload.

Pages: [1]