Webplayer GUI alias issue

I made a game in unity3d, its graphics looked perfect in a single engine. but when I built it and played the web player its graphics became jagged and blurry.
So how can I make this a perfect web player game?

+3


source to share


2 answers


It happened to me once. But I got the answer after some search for unity.
this is what you need to do.

Choose a texture that will become pixelated.

-Select import options
Texture type = texture
Filter mode = trilinear
Select website as platform and check Yes to override for websites Max size = max
Format = truecolor



and click "Apply" it should and definitely help me.

Source

+2


source


Try resizing the image in photoshop, I think you will keep it small.
And always make the graphics in the vector to be pixel-free, and you always have the urge to make a new image from the vector.



+2


source







All Articles