Button Image quality degraded

Hi!

I am using an image for my button background but if the button is too big some parts of the image are degraded.
If you look at the screenshot below, the first button is good. But on the second one, there are some imperfection on the dark blue.

I splited the background image to make a 9 slice sprite but the quality is still the same.
Here is the configuration of my image :


Am I doing something wrong? Do you need more informations to understand why the image quality is degraded?

Thanks

@guitoun3

Hi,

first try to cut’n’paste your image to non power of two texture sheet, now you have it in 230x140px size texture and it says (NPOT). Make a 256x256, paste your button there, then import it and see if you still see the same issue.

Another thing, use some other scaling mode than point, that might be enough to fix your issue.

Hi you can use this plugin: 2D Primitives
Since it uses vertices to create round quads, it will looks good at any resolution or size.