Unity UI for displaying health in RFPS
Unity UI for displaying health in RFPS
I was looking at your youtube channel and I saw the tutorial on how to show ammotext using unity Ui. I was wondering if it is possible to do the same thing for health, food and hunger and if so how would i go about doing that.
Re: Unity UI for displaying health in RFPS
Hi,
Here are the steps for health: How to Use Unity UI for a Health Bar in Realistic FPS Prefab. You can follow basically the same steps for food and hunger. The blog post explains how to use a Unity UI Slider, but you can use a Text element with a few modifications.
Here are the steps for health: How to Use Unity UI for a Health Bar in Realistic FPS Prefab. You can follow basically the same steps for food and hunger. The blog post explains how to use a Unity UI Slider, but you can use a Text element with a few modifications.
Re: Unity UI for displaying health in RFPS
Thankyou so much.