Author Topic: Auto adjust sprites to fit when reduce atlas max texture size?  (Read 2198 times)

cometeor

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
I make up an atlas of 2048X2048, what's the easy way to scale it to 1024X1024 while keeping the sprites right?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Auto adjust sprites to fit when reduce atlas max texture size?
« Reply #1 on: July 22, 2014, 11:46:00 PM »
You can't do it anymore. There used to be a way to do it back in NGUI 2, but since I changed the code to use pixel coordinates rather than texture coordinates this is no longer an option.