Author Topic: Using web-bases images with NGUI  (Read 2427 times)

Antitribu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 6
    • View Profile
Using web-bases images with NGUI
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Using web-bases images with NGUI
« Reply #1 on: November 08, 2012, 04:49:09 AM »
Don't try to. Just use a UITexture to display your images.

Antitribu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 6
    • View Profile
Re: Using web-bases images with NGUI
« Reply #2 on: November 08, 2012, 04:51:44 AM »
Oh, missed this class ref. Thanks.