Hy everyone, i'm running in to a little problem I can't solve.
Look at this image:

This is my picture holder to a game we are making, in this case this is inside a atlas, and the atlas have this configs:

But we need to load one profile picture inside this box, so I decide to use 2 UITexture for this components something like that:
- Picture Holder
- Profile Picture
- White Box
I'm going with UITexture, just to make some Z balance, and I can't figure how do that using the Atlas, because the depth of the loaded image was dynamic and everything you guys already know.
So my new White Box is a simple UITexture like this:

And the configurations for this UITexture are these:

And for the texture have this:

Can you guys notice the difference between this? This one outside the atlas is less sharpen in the borders, have some anti aliasing or something, even in the Point configuration of the texture.
Can anyone tell me what I'm doing wrong?