Author Topic: How put Text and Image into Panel  (Read 4472 times)

eliascanaza

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 25
    • View Profile
How put Text and Image into Panel
« on: December 20, 2012, 03:21:42 PM »
hello guys.!!

i'm new with unity...!! how i make put imagen+text (bold and normal) into panel.., all text is dinamiclly when i select or click in an image... please helpme... thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How put Text and Image into Panel
« Reply #1 on: December 20, 2012, 11:15:19 PM »
NGUI doesn't support that.

eliascanaza

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 25
    • View Profile
Re: How put Text and Image into Panel
« Reply #2 on: December 21, 2012, 11:27:39 AM »
Hi, i want to make an APP's for IOS (ipad), it will have a menu, and a place with 3D  map, where there are important points when i select this point it wil show panel with text and image about point... i think  will make unity3d+NGUI for this, how i can make this?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How put Text and Image into Panel
« Reply #3 on: December 22, 2012, 04:03:48 AM »
Study the tutorials -- what you're trying to do (opening up something when clicking on something) is very easy.

eliascanaza

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 25
    • View Profile
Re: How put Text and Image into Panel
« Reply #4 on: December 26, 2012, 11:57:34 AM »
sure? .... i don't found  this ... do you have examples?... thankss

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How put Text and Image into Panel
« Reply #5 on: December 26, 2012, 12:08:55 PM »
Put a script on your "important points" with an OnClick function in them that will show an existing UI window and fill it with relevant content. As I said, you need to study the tutorials and see what's done there, then learn the event system, and all of this will be simple to you.