- Home /
How can I make a countdown horizontal bar?
I'm making a game that gives the player a reaction time, and I want to make a horizontal bar to give him a visual feedback on how much time he has left. How can I make a horizontal bar, that gets smaller as time goes by, and refreshes to full when the player reacts?
Thanks in advance
something similar to this pist? http://answers.unity3d.com/questions/1156608/random-keys-combo.html#comment-1157728
@$$anonymous$$amil1064 more like the answer. I need a horizontal bar with that effect
Answer by Addyarb · Jul 10, 2016 at 08:40 PM
Hi there,
First, find or create a bar sprite. Then, create a new image component within your canvas, and set the image type to "fill." Then, follow this API reference.
Good luck!
Your answer
Follow this Question
Related Questions
Progress of loading level 1 Answer
Floating Health Bars 1 Answer
Can we use "-popupwindow" command in linux and if yes how to use it? 0 Answers
Countdown not counting down 1 Answer
Countdown to start level 1 Answer