Hello guys.
I want to know how big should my photoshop file be (currently im doing 500x500), because this app is only going to be for phones, but not pcs. I noticed that some of the files are 2.5-3mb size, but It is way too much, because I will need like over different 30 files/sprites. What size should my files be, so if a phone with bigger resolution wouldn’t get the blurred sprites. What resolution sprites should I import in unity?
It’s not the resolution alone that defines the filesize, but also the format (saved file format and built texture format) defines the size of the file. For example if you save a 512px x 512px image as a PSD (one layer) or a PNG (Lossless compressed format), Or JPG (lossy compressed format) you end up with, 438k, 152k or 27k file size on disk, respectively. Once you import into Unity they would all be the same size in your game unless you set different overide for compression, size etc on the platform, eg: Grab By | Simple. Screenshot. Sharing Software Blog
You can read more about this here: