How to Optimize Size of Game File
I have a few questions around size of game and .psd vs. .png image files.
1. When I add a .psd to the game does it automatically convert it to a .png image?
2. I am trying to optimize the size of my game, right now it is about 15MB mainly driven by image files, is that big?
3. If I want to shrink the size of the file, do I have to resave the .psd images as .png and reload?
Thanks in advance for any feedback.
Jeff
1. When I add a .psd to the game does it automatically convert it to a .png image?
2. I am trying to optimize the size of my game, right now it is about 15MB mainly driven by image files, is that big?
3. If I want to shrink the size of the file, do I have to resave the .psd images as .png and reload?
Thanks in advance for any feedback.
Jeff
Best Answer
-
xforce Posts: 187
for the sake of saving on image file size, dont import .psd in. 15mb is fine, but that really depends on how many images is making that 15mb. if your game has 100+ images and its 15mb. then thats good. if it has 3 images and its 15mb, then thats pretty bad. export from photoshop as png8 if the image doesnt need transparency. if it does then use png24
Answers