Home Unity

How to get rid of Pixelated edges on rotated objects?

So I created a few quads in unity and gave them an unlit shader. When I rotated them, they are heavily pixelated. Check screenshot.

I tried two things to no avail:
1. Changing anti-aliasing settings to x4 gave a decent result but still not production worthy result. Theres still a lot of pixelation.
2. Tried rotating the camera instead. Still no good.


http://i.imgur.com/U2zNhhT.png

Replies

  • 2cat
    Offline / Send Message
    2cat polycounter lvl 5
    You don't because that's how pixels work. AA or any other type will be your best bet.
  • jRocket
    Offline / Send Message
    jRocket polycounter lvl 18
    1) Instead of using the built-in AA in the settings, maybe try applying AA as a post effect(or "image effect" as Unity calls them). This is how all the cool kids are doing it these days.
    2) It looks like your resolution is pretty low, maybe because you are running it in the editor. With full screen 1920x1080 and AA, your pixels should be crisper than a fried pickle.
  • Redmoor|Studios
    Looking at your image it doesn't actually seem to have any AA on it from what I can see.

    If its not working at all check your video driver Global and application specific settings and make sure your not forcing AA off (so it wont matter what you do in unity)

    And if that is all ok then do as suggested in the posts above.

    Cheers all
Sign In or Register to comment.