Author Topic: Atlas Maker weird problem  (Read 1256 times)

CatChop

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Atlas Maker weird problem
« on: January 28, 2014, 04:16:47 AM »
Hi,

We're trying to build a 1280x720 picture into an atlas,
sometimes it worked, but sometimes it was not. (with no error message)
if failed, when we click on the atlas, we will see no sprite information in the inspector,
but material and texture seems fine.

We build all the atlases in the same way,
really have no idea why this happened...
We also have tried jpeg, png and even psd.
Another 1280 x 720 picture also has the chance to fail.

The NGUI version is 2.6.3.

Any information would be helpful, thank you! :D

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Atlas Maker weird problem
« Reply #1 on: January 28, 2014, 09:23:23 AM »
First, don't add such a large texture to an atlas. Atlases are for small textures, not such large ones.

Use UITexture to draw this large texture instead.

Second, 2.6.3 is no longer supported. It's very old.