Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Antitribu on November 08, 2012, 04:40:28 AM

Title: Using web-bases images with NGUI
Post by: Antitribu on November 08, 2012, 04:40:28 AM
Hey-ho o/

I want to use web-based images with NGUI - images for a gallery are stored on a server.
Is it possible to implement the GUI for such a gallery with NGUI?

I am kind of confused, as I cannot (or do not know how) generate an atlas at runtime.
Title: Re: Using web-bases images with NGUI
Post by: ArenMook on November 08, 2012, 04:49:09 AM
Don't try to. Just use a UITexture to display your images.
Title: Re: Using web-bases images with NGUI
Post by: Antitribu on November 08, 2012, 04:51:44 AM
Oh, missed this class ref. Thanks.