It has been a while since I last posted something here, but I'm finally ready to get back into the swing of things. To start, I decided to learn how to create a health bar-like UI element in Unity.
I utilized this tutorial while learning, and the result can be seen below.
![Health Bars.](https://static.wixstatic.com/media/a27d24_43b2212a94ee449a8e68ba87d5544875~mv2.gif/v1/fill/w_348,h_289,al_c,pstr/a27d24_43b2212a94ee449a8e68ba87d5544875~mv2.gif)
The two bars in the upper-right corner are the UI elements that I created with this tutorial. The upper one is a health bar that goes down as the blue player runs into the red danger zone. The lower is a countdown timer that decreases as time passes.
Now I have a way to actually measure my success.
Comments