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

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 17

  • @batuhanyldrm7532
    @batuhanyldrm7532 2 หลายเดือนก่อน

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

  • @FiceGamingTVStream
    @FiceGamingTVStream 2 ปีที่แล้ว +1

    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!

  • @MassimoRough
    @MassimoRough 4 ปีที่แล้ว

    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.

  • @apfelmus528
    @apfelmus528 ปีที่แล้ว

    helped me so much 😄

  • @IronHeartman
    @IronHeartman ปีที่แล้ว

    thanks, it's useful

  • @gamesmunch
    @gamesmunch 4 ปีที่แล้ว

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

  • @facelessanon
    @facelessanon 5 หลายเดือนก่อน +1

    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?

  • @cheeps1329
    @cheeps1329 4 ปีที่แล้ว +1

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

  • @ThePancakeJedi
    @ThePancakeJedi 3 ปีที่แล้ว

    Cool. So simple. :)

  • @Mrazgoodaz
    @Mrazgoodaz 3 ปีที่แล้ว

    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.

  • @supermutanthero5365
    @supermutanthero5365 4 ปีที่แล้ว

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

    • @comp3interactive
      @comp3interactive  4 ปีที่แล้ว

      The version I have was from humble bundle and yeah I paid for it

    • @ThePancakeJedi
      @ThePancakeJedi 3 ปีที่แล้ว

      It's only 20 dollars for a great app.

  • @TheIReynoldsI
    @TheIReynoldsI 3 ปีที่แล้ว

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

    • @ThePancakeJedi
      @ThePancakeJedi 3 ปีที่แล้ว

      Should we guess what the rest of your code looks like?

    • @TheIReynoldsI
      @TheIReynoldsI 3 ปีที่แล้ว

      @@ThePancakeJedi if anyone would have replied to me... 8 months ago... i would have added my code.