Unity UI Healthbar Script C# tutorial

In this tutorial about Unity 4.6 Ui I want to show you the healthbar script implementation (prototype) we will use in our game Erwin’s Timewarp: The script is implemented with C# and Unity uGUI Framework of Unity 4.6. In this case the healthbar is a kind of “Hunger“-bar cause the pet Erwin is very hungry and his hunger is increasing during the course of the game - this means the hunger will increase to a death-point, the default healthbar is decreasing to ze
Back to Top