Author Topic: Blurry UI Images?  (Read 4088 times)

BlueSin

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 17
    • View Profile
Blurry UI Images?
« on: September 24, 2015, 12:43:46 PM »
Hey all, I have a weird issue that I am curious about.  See picture below.  Basically I imported a single emoticon here, the import details can be seen in the Inspector.  I added the emoticon to an atlas through NGUI.  When I go to the menu: NGUI > Create > Sprite and set the emoticon, I noticed it looked slightly blurry.  So then I went on the menu to: NGUI > Create > Unity 2D Sprite and added the emoticon to that and put them side by side.  The Unity 2D Sprite is on the right.  I do alot of work with pixel art, so accuracy is important in that respect.  Why is NGUI blurring the emoticon that I added to my atlas through NGUI?


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Blurry UI Images?
« Reply #1 on: September 26, 2015, 04:44:50 PM »
Select the atlas texture and change its filtering to be Point type.

BlueSin

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 17
    • View Profile
Re: Blurry UI Images?
« Reply #2 on: September 27, 2015, 11:56:55 AM »
Ugh so simple /facepalm!  Perfect, thanks!