Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by 12dollar · Feb 24, 2015 at 01:19 PM · sprite sheets

sprite sheet size for mobile games

hi guys,

I'm currently starting a new mobile project and have a few concerns. Using TexturePacker and RGBA4444 compression my main characters sprite sheet (2048x2048) has already a size of 11MB.

I've still the whole tile sheets, backgrounds, enemies sprite sheets et cetera to import. Just roughly calculating brings up a minimum game size of 80MB.

As I've heard Apple & Google store have an appsize limit. How the heck are other game developers publishing more graphic intense games? What could I do to reduce my game size dramatically?

thanks in advance

best wishes, 12$

Comment
Add comment · Show 6
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image HappyLDE · Feb 24, 2015 at 01:29 PM 0
Share

You mean the compressed spritesheet image is that size? :s

avatar image 12dollar · Feb 24, 2015 at 02:16 PM 0
Share

Yeah.... sad but true

avatar image _dns_ · Feb 24, 2015 at 02:55 PM 0
Share

Hi, a 2048x2048 texture in 16bits (RGB4444) has a size of 2048*2048*2 bytes = 8megabytes, not 11. This may be due to mipmaps and you may not need them ? (unless you use trilinear filtering on sprites). One option could be to pack your texture in 256 colors + lookup table (something like the gif format and some old texture formats used long time ago :-). Then, at loading time, you can convert it to other format that the graphic card will understand better (RGB4444 or other) and assign it to the sprite materials. It may reduce the quality & increase loading time though, and I never tried this so... just my 2 cents, 12$ :-)

avatar image 12dollar · Feb 24, 2015 at 03:16 PM 1
Share

hi dns thanks for the response. yeah true it's 8$$anonymous$$B in size (explorer) but shows 11$$anonymous$$B in Unity. may really be due to $$anonymous$$imaps (not sure though).

your alternative sounds like a try but to be honest I'm not really sure how to do that :) since I paid for TexturePacker I'd love to use it to fix the $$anonymous$$B size (I already scaled my single png files the sprite sheet is made of to 0.4 of the original size).

avatar image Louis-N-D · Feb 24, 2015 at 03:28 PM 2
Share

For the size of the textures, you can only make them smaller. $$anonymous$$aking the individual sprites only as big as you really need them will help, of course. Texture Packer can make this pretty easy. Using PVRTC or similar compression for things like background assets or anything without large flat areas of colour could help a lot too.

As for size constraints. You can go about as big as you want, at least up to a couple gigs is what I've seen on the Asset Store. Thing is both have a max size for cellular download. Apple recently increased their's (can't remember the new max) but many games get around this by essentially having you download the game without assets and then hitting you with a loading bar as soon as you start it up. When you see this, the game is actually storing the game assets on another server and downloading them separately from the app proper. This way the app you download from the store is under the cellular download limit even thought the assets could be several hundred $$anonymous$$egs

Show more comments

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

Coding my own auto-slicer, getting "islands" of pixels at runtime? 1 Answer

Alternative to image sprite sheet? 1 Answer

Changing a particle's sprite sheet in script 0 Answers

Need help on skeletal Animation 0 Answers

How to add sprites from a sprite sheet to an NGUI atlas 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges