Question about reduce file size when creating sprite(2D) animations
Hey All:
I am currently working on a comic book app targeting mobile platforms. I am using png/jpg files convert them into sprite animations. The problem is the file is too large, I already converted them to max size to 512 and format is 16 bits, the size is still around 0.5mb per image, I wonder if there is a way compress file more? I am thinking about if I could store those images somewhere else or I should use other method to create animations.
Thanks!
Answer by Zoelovezle · Dec 23, 2015 at 12:17 AM
Check the Image itself from were it was exported . Say while using .psd file you get lot of setting in photoshop to lower the size.
Your answer
Follow this Question
Related Questions
How to make a smart main menu select system? 1 Answer
Is it better to have several inactive prefabs in a scene, or one prefab that changes accordingly? 0 Answers
Animation : how to Interrupt an animation sometimes ? 0 Answers
How can I switch animations while program is running on a game object? 1 Answer
Problem with Mecanim sprite animations on a fast paced game. 0 Answers