- Home /
Question by
Pong · Jun 25, 2011 at 06:32 PM ·
guiprogress-bar
How to make a progress bar(non uniform shape)
I have read a sample in unify that teach how to do. But I'm still not sure how to do. It says use the material on an object. It is 3d object or what kind of it. If it is 3d, so it is not UI?
Is there any other way to do it. Actually I want to make a sword shape progress bar. Any ideas can help me?
Comment
Answer by DaveA · Jun 25, 2011 at 06:36 PM
The most assured way to produce whatever you want is to make a series of bitmap images representing the progress. You could make 10 for each 10% or 20 for each 5% or whatever, then set a GUITexture appropriately as it goes.
Your answer
Follow this Question
Related Questions
need help with GUI healthbar 1 Answer
Inverse health bar 2 Answers
GUI.DrawTexture doesn't show in OnGUI() call 0 Answers