Author Topic: Broken Atlas after adding new sprites into it  (Read 5856 times)

Isamson

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 52
    • View Profile
Broken Atlas after adding new sprites into it
« on: July 10, 2013, 04:25:13 PM »
Hi, I've been experiencing an important problem with the Atlas for the last 2 days.

It seems that since my atlas size changed from 1024x512 to 1024x1024, the atlas seems to be losing the references to the proper images. This result with sprites having the wrong icon.

The solution I've found so far is to update all sprites. Luckily, most of the original images are located in the same folder. But this is very frustrating since I have to update all images very often.
Unity 4.5.3f
NGUI 3.7.0

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Broken Atlas after adding new sprites into it
« Reply #1 on: July 10, 2013, 08:44:17 PM »
You need to save the scene after every single modification to your atlas.

Isamson

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 52
    • View Profile
Re: Broken Atlas after adding new sprites into it
« Reply #2 on: July 11, 2013, 07:37:13 AM »
I'll do that and see if it fixes things. tks
Unity 4.5.3f
NGUI 3.7.0

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Broken Atlas after adding new sprites into it
« Reply #3 on: July 11, 2013, 07:30:28 PM »