Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmojiSheet Pack Issue #208

Open
rikensonaniNB opened this issue Jun 16, 2022 · 7 comments
Open

EmojiSheet Pack Issue #208

rikensonaniNB opened this issue Jun 16, 2022 · 7 comments

Comments

@rikensonaniNB
Copy link

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
Copy link
Author

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.

@iamcal
Copy link
Owner

iamcal commented Jul 14, 2022

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
Copy link
Owner

iamcal commented Jul 14, 2022

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,

@rikensonaniNB
Copy link
Author

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.

@FnCLeo
Copy link

FnCLeo commented Mar 10, 2023

i need this too! all unity user want this.

@iamcal
Copy link
Owner

iamcal commented Feb 13, 2024

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.

@sssooonnnggg
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants