emoji-data icon indicating copy to clipboard operation
emoji-data copied to clipboard

EmojiSheet Pack Issue

Open rikensonaniNB opened this issue 2 years ago • 7 comments

s4 s5 i am using latest one "sheet_google_32" but i am trying to pack asset with 1 padding but latest one is not pack correctly. old once is pack correctly but some emoji not supported. so please check latest once and give solution as soon as possible. also i have attached old and latest screenshot please check thank you

rikensonaniNB avatar Jun 16 '22 07:06 rikensonaniNB

can you please update all sprite sheet into POT? for example : sheet_google_32 size is 20742074 using 16.4MB but you set and proper convert into 20482048 then size under 5MB. so if possible to update all sprite sheet so it's work correctly and use less size.

rikensonaniNB avatar Jul 13 '22 03:07 rikensonaniNB

For your first comment: The sheet is packed correctly. The image is 2074 pixels wide per side, with 61x61 images. Each images has 34 pixels of space, which is 32 pixels of image with a 1 pixel margin. This sizing is correct. Have you updated your code to have 61x61 images in the sheet?

iamcal avatar Jul 14 '22 15:07 iamcal

For your second comment: I don't know what POT is, and have been unable to find anything on Google. There are palette indexed versions of the sheets which reduce size, at the cost of lower color-correctness,

iamcal avatar Jul 14 '22 16:07 iamcal

i mean set the sheet size into Power of Two(like 128128, 256256, 512512, 10241024, 20482048, 40964096) For Example:sheet_google_32 size is 20742074 using 16.4MB but you set and proper convert into 20482048 then size under 5MB. so if possible to update all sprite sheet so it's work correctly and use less size.

rikensonaniNB avatar Jul 21 '22 09:07 rikensonaniNB

i need this too! all unity user want this.

FnCLeo avatar Mar 10 '23 02:03 FnCLeo

You are free to resize sheets to any size you want. However, the current set of images will not fit in 2048x2048 pixels at 32px each - there are just too many and they don't fit.

iamcal avatar Feb 13 '24 18:02 iamcal

https://github.com/sssooonnnggg/emoji_pot Hi, I created a tool to resolve this issue, it converts the 32x32 sheet to 30x30 sheet within a POT texture. (2048x2048)

sssooonnnggg avatar Feb 18 '24 08:02 sssooonnnggg