Photoshop Imports Looking Worse in Unity

I’m currently attempting to import images that I am making in Photoshop (UI elements mostly) to Unity. So far, the only issue that I am experiencing is that it appears that the images have been downgraded in quality. Has anyone else experienced this issue, and know how to fix it? Or could I be imagining it?

By the way, I am importing the elements as PNG.

Go to the texture import settings in Unity for the specified textures and set them appropriately (for UI, typically uncompressed and make sure the max size is large enough). BTW, it’s more convenient if you just save them as .psd, since you can keep layers and so on.

–Eric

1 Like

Thanks, I’ll give this a try!