Author Topic: So you want to make health bars...  (Read 65072 times)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: So you want to make health bars...
« Reply #30 on: May 02, 2013, 03:40:58 AM »
2 sprites. Bottle sprite, and on top of it your blue liquid sprite. The liquid sprite should be a filled sprite set to a vertical fill.

wqf525

  • Guest
Re: So you want to make health bars...
« Reply #31 on: May 13, 2013, 08:19:44 AM »
 :) :) there is no link to download the latest or other plugin,I want to get one, I support tasharen

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: So you want to make health bars...
« Reply #32 on: May 18, 2013, 07:08:20 AM »
wgf525: You can buy it on the Asset Store in Unity3D.

Giantbean

  • Guest
Re: So you want to make health bars...
« Reply #33 on: September 11, 2013, 10:32:44 AM »
With a 3D camera you don't need this. Just make each health bar object a child of our game object, having its own panel, and a face camera script attached. No UI camera necessary.

When I do this the item becomes a simple billboard and loses any click options or drop down menus. How do I attach the GUI to a floating point on a game object and still make it click-able?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: So you want to make health bars...
« Reply #34 on: September 11, 2013, 05:03:28 PM »
You need a UICamera script on your main camera as well.