SpriteManager problem

Hello everyone, I’m having a problem using the SpriteManager. I put a texture in the GameObject and she was spotted pixel. The image is 512x512 pixels but I limited it by putting in Max Size 128pixel.

I put a cube with the texture to 128x128 on the left to compare. Does anyone know how to solve this?
alt text

Looks like you may be using PVRTC compression. Change the setting for the image to 16 bit RGBA and it should clear up. Of course the image will be larger so I’d suggest making it 128x128 in your image editor.

did not work. image patches have reduced but not much. The strange thing is that the spots appear to 128x128 but if I do a 64x64 image is perfect.

The problem is that when creating the Sprite Atlas. The pictures are perfect but when you create the Sprite Atlas they are with these stains. When the animation is playing the image blinks because of these patches of pixels. gets really ugly.

I made it! the problem was the image of the Sprite Atlas and not the images I was creating to make up the atlas. Now I understand what you said to move to 16 bits RGBA. It was to change the image of Atlas Sprite and not the images that I had to compose it. Thks!!