Author Topic: Source Image change = atlas auto update?  (Read 3147 times)

Majicpanda

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 83
    • View Profile
Source Image change = atlas auto update?
« on: February 13, 2013, 11:39:53 AM »
If you make some changes to images in an NGUI made atlas and need to update the atlas, is it normal to have to open atlas maker and then select all the images you want to update and hit update all?

In tk2d if you have an atlas with an image in it and then replace that image in say your Materials folder, it automatically updates your atlas for you without changing anything.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Source Image change = atlas auto update?
« Reply #1 on: February 13, 2013, 01:35:06 PM »
Yes. NGUI doesn't keep references to your source textures intentionally (so that they don't get included in the build).