- Home /
Health Bar Arc
Hello all,
I am working on a player health bar for a 3D Android/iOS game. I attached a image. The issue is, i want to fill and empty the red bar, is it possible to do so on GUI which will remain same on all resolutions device.

Answer by Bunny83 · Nov 24, 2012 at 10:12 AM
It's tricky with OnGUI since it's very limited when it comes to using special shaders. It's easier to use either a mesh or a GUITexture. Here's an answer by Eric with should bring you on the right track:
http://answers.unity3d.com/questions/14770/creating-a-circular-progressbar-timer.html
Thanks for the link it is very useful for me. Thanks Again.
Your answer
Follow this Question
Related Questions
Moving player in an arc, from startPoint to endPoint 2 Answers
Vector3.Slerp - is there a way to force an arc? 0 Answers
Moving the player in a ballistic trajectory in 3D 0 Answers
Far Cry 3 Health Bar System 2 Answers
Health Points 1 Answer