- Home /
Question by
FlawedFacts · Aug 10, 2020 at 06:19 AM ·
2dspritecircleanti-aliasingqualitysettings
Why is the circle sprite in Unity pixelated ?
This circle sprite provided by Unity appears pixelated both in Scene View and Game View. Why is it so ? Could someone help me out ?
Thanks a lot :)
circle.png
(33.4 kB)
gameview.png
(20.4 kB)
Comment
Answer by DialBlitzness · Aug 10, 2020 at 06:36 AM
Hello!
It is not really pixelated, it is due to the resolution of your screen, because the sprite mode is by default on "polygon", basically it is a figure calculated with maths. If you zoom in on this element, you will see that the resolution adapts.
If this mode bothers you, you can either change the material that composes the rendering, or use a sprite based on a real image.
capture1.png
(70.3 kB)
capture1.png
(15.4 kB)