Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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 ?
-
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.