Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: IIIHAPPYIII on May 24, 2013, 11:27:33 AM

Title: Best practices/performance - 2 Atlases Versus 1 if space is left
Post by: IIIHAPPYIII on May 24, 2013, 11:27:33 AM
I have a question on performance and best practices. I have an atlas that I am needing to add a few more pngs to and it will bump it from 1024x512 to 1024x1024. This will cause a lot of empty space on the atlas. Would there be a substantial enough performance gain by placing those pngs on a separate atlas? This would create a 1024x512 and a 512x256 atlas'. For mobile devices.

Thanks
Title: Re: Best practices/performance - 2 Atlases Versus 1 if space is left
Post by: ArenMook on May 24, 2013, 05:40:28 PM
No, there would be no performance gain. Quite the opposite actually. One texture is always better than several.