Home > database >  Why does Unity automatically outline my images?
Why does Unity automatically outline my images?

Time:01-03

my Unity is automatically outlining my images. Do you know why and how I can turn it off? Here is how it should look like (looks like in windows fotos): enter image description here

And here how it looks like in Unity. Any tips on how to remove this?

enter image description here

enter image description here

enter image description here

I tried Using Raw Image and normal Image but none worked. Thanks for any help.

CodePudding user response:

Texture Import Settings lets you set the texture details. In your case, I’d suggest starting with a Clamp for Wrap Mode, and Point for Filter Mode.

  • Related