Creating an exp progress bar

Can anyone teach me a quick tutorial on how to make an exp progress bar?

Thank you

You just put a UI.Image into your UI, get a reference to that in your code, and then assign to Image.fillAmount with the proportion of XP the player has.

https://unity3d.com/learn/tutorials/modules/beginner/ui/ui-slider?playlist=17111

1 Like