Author Topic: What's the point of a sd atlas?  (Read 1371 times)

abcd

  • Guest
What's the point of a sd atlas?
« on: June 15, 2013, 06:42:51 PM »
In Unity, I tried to create two buttons using hd and sd atlas, they look identical. So does hd/sd switching only necessary in PixelPerfect Mode? While in FixedSize Mode I only need to use the highest resolution atlas available, NGUI will scale ui elements based on screen resolution?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: What's the point of a sd atlas?
« Reply #1 on: June 15, 2013, 09:21:28 PM »
Fixed size means nothing is going to be scaled -- precisely how it's meant to work. Pixel perfect means the UI will scale depending on the screen's height. When working with HD/SD atlases, keep the UI root in fixed size.