Search code examples
graphicsunity-game-engineunity-web-player

Webplayer GUI Rndering issue pixelated


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?


Solution

  • 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