Windows Store Large Tile Sizes not working properly

This is an odd one. The 2 largest tile sizes 558x558 and 434 x434 are both above 200kb on my game so I changed them to .jpg as the docs say to use png or jpg, also other searches on the web suggested jpg too. MS docs also say jpegs. BUT unity doesn’t let me select a jpg in the tiles section of player settings. Also the end project in VS2013 lets me select a jpg but then rejects it because it’s not got the png extension.

I created 2 jpegs, and renamed the extension to PNG and now VS2013 lets me use those instead.
What’s up? Shouldn’t Unity let me select jpegs? Or is this a bug in VS.

Anyone else run in to this issue? how did you solve it?

It’s a bug, please report it.

In VS it might also be a bug :slight_smile:

I can’t believe no one else ran into this issue. Isn’t anyone else publishing on windows store?
I’ll report the bug.

LOL, I run into this issue, but I didnt bother reporting it as I know its low priority, I had to manually edit the files and use a file conversion tool and this sorted it for myself, of course you cannot submit higher than 200kb VS tells you this.
This is another reason I honestly hate converting games to Windows Mobile, all these little things and splash screen are so time consuming (hello unity team, still waiting for splash screen fixes :slight_smile:

I just spent the whole day doing nothing but creating Tiles and Icon’s at 36 different sizes! some of them only 1 pixel bigger than another. Now I’ve just wasted an hour creating age certificates. So far this port is 2 days long and I’ve not written a line of code yet. I’d much rather be making games than spending an eternity creating submission guff for stores.

By splash screen fixes do you mean the one where the splash screen image is a small fraction of the whole screen on the device?

1 Like

I feel your pain, to many images to resize and no one figured a best solution, maybe we need to contact this guy http://appicontemplate.com/ and explain to him the problem. I think he would make a template for us for free, where one size icon created in Photoshop and quick export for Unity/VS.

I didn’t bother with age certificates, but know I see they are a must for Microsoft to be happy!

See this thread about splash screen,
http://forum.unity3d.com/threads/incorrect-splash-screen-orientation-landscape.295321/
There is also another one in the forums about Windows size. If your making a Universal app Windows and Mobile this is where headache will start.

I think next time I will not make Universal app but do two separate builds for Phone and one for Desktop.

I just failed WACK! I need to post a question on those now!

When I last submitted a game to the Windows Phone store, I used this to compress PNGs:

It worked wonderfully ;).

thanks.

Hi guys,

We’ve made a tool that generates scaled high quality icons and splashes from your source files. I’m currently working on a Windows Store/Phone support, and if you purchase DIM now you can get the beta version right now. We’re going to bump up the price once the Windows Store/Phone version goes live… :slight_smile:

The WS/WP feature takes the source icon, splash and two extra tile textures (square and wide), and makes all the relevant icons for them.

I’m currently adding this workaround for the 200kb png’s too, so that you don’t need to do it by hand.

Oh and it supports PSD files natively so you can use the appicontemplate.com template directly in DIM: just define the layer and slice. For WS/WP you probably should do your own template - just copy the appicontemplate and adjust the slicing. I might include a ready-made template in the package for convenience.

If you buy DIM now and send a message to support@draconus.com with the invoice number, I will send you the beta version in email to test.

I like the tool dude, please dont forget about BlackBerry support! :slight_smile:

I kind of already have BlackBerry support, but it hasn’t been tested at all - I don’t have the device or SDK or anything :frowning:

Do you have a BlackBerry? Care to test the tool? If so, send me email at support@draconus.com

BTW the new version with Windows Store support has been submitted. Expect the update to hit in 4 to 6 days.

Cheers,
Sampsa / Draconus

(693303) - Windows Store Apps/Windows Phone 8.1: fix extended splash screen sizing
Version 5.0.2p2 - please explain above fix?