Page 1 of 1

Unity UI for displaying health in RFPS

Posted: Mon Jun 06, 2016 4:17 am
by Azola21
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

Posted: Mon Jun 06, 2016 10:58 am
by Tony Li
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.

Re: Unity UI for displaying health in RFPS

Posted: Tue Jun 07, 2016 12:51 am
by Azola21
Thankyou so much.