Blurry Sprites

Hi,Im drawing on Inkscape to do sprites but when I import on unity the image is blurred on the little details.

My current size of the main Camera is 9.5, if I change to 3 the image renders nice.
How could I fix this?

change the sprite Filter mode settings from Billenear to Point.

I’ve encountered this, it only happens on very large sprite sheets, you need to change the “max size” under ‘default’ in the sprite editor.

105034-screen-shot-2017-11-05-at-10100-pm.png

Uncheck Generate min map and set format to TrueColor

Well, I fixed my problem from turning “Bil-linear” int my inspector when image is selected to “Point”

you could change the import setting in unity for texture/sprite.

At default the texture is compressed and with bilinear filter…

I had the same problem. Try changing the ‘Pixels Per Unit’ property on the sprite.
Changing mine from 100 to 96 made a huge difference in the sharpness of the sprite.

The number you change it to really depends on the distance of the camera from the sprite so it varies by situation.

Try following the steps in this blog post.