How to Make Sliding UI Progress and Health Bars [Unity Tutorial]

preview_player
Показать описание
#UnityTutorial #Unity3D #Comp3interactive #GameDev In this video I'll show you a very quick and super simple way of creating sliding progress and health bars in Unity without needing to use the Slider component!!

Join me and learn your way through the Unity Game Engine, the C# language and the Visual Studio editor. Remember, if this video was useful then DROP A LIKE! 👍

💬 Join the Discord community here:

📱 Find us on social media for more Tips and Tricks:

📱 Play our games for FREE here on Google Play:

Рекомендации по теме
Комментарии
Автор

Simple, accurate just in short perfect tutorial. Thank you.

batuhanyldrm
Автор

when i got to the 4 minute mark after looing at multiple tutorials and you showed what you could do with the horizontal fill method the first thing i said in my head was "THIS DUDES A BEAST!!!!" hahaha thank you sooo much because the other tutorials with the extra slider component it was making my health bar increase or decrease from the center when i needed it to stay on the left side while it was decreasing and increasing! you rock! <3 <3 <3

FiceGamingTVStream
Автор

Shall you want to see what you're doing on the screen you want to modify pixels per unit value to chnge ui image size. While setting scale other than Vector3.one makes that element to be drawn in separate setpass call.

MassimoRough
Автор

I have a problem with sliders that I can't seem to fix no matter how hard I try. Whenever I clicked on "Set Native Size" and readjust the slider, the fill becomes improper and broken again. Does someone here know how to solve this problem?

facelessanon
Автор

HI can you make a tutorial how to implement Facebook leaderboad in unity webgl game

gamesmunch
Автор

Noticed a bug with the script.

If I have a heal script and I call this method via "damage.Deduct(50);" with a "private Damage damage;" in the class. I get an Object Not Set Reference error. I Although when using it 1 script, it shows no errors.

Mrazgoodaz
Автор

1:30 is the Aseprite version you have the one from the official website and did you have to pay for it?

supermutanthero
Автор

No views in 16 minutes 😕 At least I am the first here :)

cheeps
Автор

LevelBar.instance.AddXP(1); isn't working in my enemy script, any help? it doesn't seem to instance

TheIReynoldsI