Author Topic: I want to make a UI background with a picture  (Read 3843 times)

noob22

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
I want to make a UI background with a picture
« on: July 02, 2012, 09:35:42 PM »
I want to make a UI background with a picture which don't powers of two pixel size.
If I use altas is too waste.
I know there is a UITexture.But I don't know how to use it .
Any suggestions?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: I want to make a UI background with a picture
« Reply #1 on: July 02, 2012, 09:48:27 PM »
Many examples that come with NGUI do this. Just look at what they do. They use a UITexture.

noob22

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
Re: I want to make a UI background with a picture
« Reply #2 on: July 02, 2012, 09:52:54 PM »
Many examples that come with NGUI do this. Just look at what they do. They use a UITexture.
I have got it.
Use Widget Tool to add a simple Texture, is it right?
Thanks for your reply!