Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: fluoo.lionel on April 25, 2016, 09:35:27 AM

Title: Add sprite in atlas
Post by: fluoo.lionel on April 25, 2016, 09:35:27 AM
I serach for adding a sprite in an atlas dynamically.

I want for example to download an picture from Web and add this picture in an existing Atlas.

How can i do it ?
Title: Re: Add sprite in atlas
Post by: ArenMook on April 25, 2016, 01:05:00 PM
It's complicated. You would need to get an existing sprite from the atlas then update that part of the texture. I don't advise doing this. Instead, use UITexture to draw whatever you downloaded.