3

I made a game in unity3d, Its graphics looking perfect in unity engine. but when i built it and played in web-player its graphics become pixelated and blurry.
So how can i make it pixel perfect game for web-player?

aflatoon
  • 269
  • 1
  • 2
  • 9

2 Answers2

2

This also happened to me once. But i got the answer after some searching on unity.
this is what you need to do.

Select the texture which becomes pixelated.

-From import settings
Texture type=texture
Filter mode=Trilinear
Slect web as a platform and check yes on override for web
Max size=max
Format=truecolor

and click apply this should and definetly help me.

Source

NabeelSaleem
  • 869
  • 1
  • 8
  • 14
  • 2
    I was really in trouble and never checked import settings from inspector . It worked thanks for your answer . – aflatoon Sep 08 '14 at 18:02
2

Try to change you image size in photoshop i think you save it in small size.
And always make you graphics in vector so it become pixel free and you always have achance to make a new image from vector.

craig lerr
  • 137
  • 1
  • 10