Unity Graphics Issue (2D).

Hello guys,

So we have an issue with our game.

The image I’m trying to import is this one:

When it’s imported to Unity it turns into this ugly mess:

The character is crisp and fine but the background becomes all blurry. I think it’s because Unity rescales the picture and applies anti-aliasing but my programmer says he didn’t modify the picture. So we’re clueless as to what’s going on.

Help please?

filter mode; point is prob what you want

and possibly mipmap off

2 Likes

Thanks so much! We’ll look into it!

Just fixed the problem! Thank you so much!