Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: alexlange on August 15, 2013, 02:51:02 AM

Title: What's the usual way people deal with Atlas/Scene?
Post by: alexlange on August 15, 2013, 02:51:02 AM
Hi

Lately I'm trying to package my game's pics as atlas.
There're dozens of scenes/pics so a problem comes, how to categorize these pics?
Since pics' resolution are variety(from icon to background), I can't put them all in single atlas.

So I'm wondering which solution people will take.
1. Categorize pics by scene(like atals_scene1/2/3)
2. Put normall pics(icon etc) into atlases and for those bigger pics, leave them as UITexture.
3. Take easy, fill atlas 1 by 1 without rules.

Thank you :)
Title: Re: What's the usual way people deal with Atlas/Scene?
Post by: ccontinisio on August 15, 2013, 09:06:40 AM
What do you mean exactly by "game's pics"? The textures?
Title: Re: What's the usual way people deal with Atlas/Scene?
Post by: alexlange on August 17, 2013, 11:10:36 AM
Yes, textures.
And I found it's easier to pick option 2.
Hopefully we can put them into a single 2048*2048 atlas without those big background images in most cases.
(well, strictly, it depends on :] )
Title: Re: What's the usual way people deal with Atlas/Scene?
Post by: ArenMook on August 18, 2013, 07:41:41 AM
Option 2 for sure.