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

Pages: [1]
1
Support / Sliced sprite with tk2d ?
« on: October 13, 2016, 02:44:30 pm »
Hi, i have a picture containt many sprites like this: http://www.spriters-resource.com/nes/batcity/sheet/11756/
Can i use tk2d and slice these sprites? Unity's Sprite Editor can slice it, but i can't add to tk2d sprite collection.

2
Support / Set "Diced" make larger apk size than "Default"
« on: July 12, 2016, 09:02:07 am »
Hi, i'm making a game and i use tk2d toolkit to support. It's very useful but i got some problems about apk size.
https://www.youtube.com/watch?v=CBZFRhKr7kg

According to this video, dicing sprite get less space in collection than default sprite, but in my game, i have 4 images 750x1334 to make background, and the atlas size of collection seem kind of big (max size became 4096).
I tried to diced the image in max size 2048 to 64-64, even to 8-8, but it doesn't work. And when i build on apk, the size is 33,8Mb.
But why when i turn the Render Mesh to Default instead of Diced, the apk size decrease to 33,5Mb?

And are there anyway to make apk size smaller with tk2d toolkit?
Sorry for my bad English, please feed back to me.

3
Support / How to make a Facebook Friendlist Leaderboard
« on: October 11, 2015, 06:47:06 am »
Hi everyone, i'm going to make a leaderboard on game now, and i tend to make something like this


i hade used Facebook SDK to get score and FB Login like this video: https://www.youtube.com/watch?v=2Xt5ae7GUx8
but the point is using canvas, and i got stucked when tried to replaced by tk2dtool
the background and camera i made, it didn't match with the project made by canvas ( i want to fit the 640 x 1136 screen)
so please help me to make the leaderboard with tk2dtool

Pages: [1]