When I first picked up NGUI, I was thinking about having NPCs put a bar on the side of the screen to show their HP. After testing this, I've come to the conclusion that it would be better to simply have an HP bar above their head.
NGUI has changed a lot and now I'm wondering how can I do this? I'm not even sure how to have a life bar anymore as all of my code is old and hasn't been updated (it still worked, so I saw no need to change it). Do I use HUDText to accomplish this, or do I need to do something else? Could anyone provide a bit of insight?
Thanks in advance.