Page 1 of 1

Completely disable antialiasing?

Posted: 22 Mar 2021, 15:56
by Sybaris
Hi everybody,

I'm displaying bitmaps (via Image tag) which have 1 pixel borders and they get blurred. I turned off PPAA in the Noesis View and I disabled MSAA on the camera. And I set SnapsToDevicePicels="TRUE" but it doesn't change anything.
Is there a way to display bitmaps absolutely as is?
I'm using the free version 2.1.0f1.

Thanks in advance!

Günther

Re: Completely disable antialiasing?

Posted: 22 Mar 2021, 19:32
by Sybaris
Problem fixed.
The image sizes were not powers of 2 (40 x 40) and Unity on import automatically set them to 32 x 32.
So setting "Non-power of 2" in texture import settings to "None" fixed it.

Re: Completely disable antialiasing?

Posted: 24 Mar 2021, 01:51
by jsantos
Yes, I was going to suggest something similar because this didn't seem to be related to PPAA.

Thanks for the feedback!