Clock Timer - Unity - Bolt

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

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

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

    Thanks for the great information!
    I was able to make the timer safely!
    Can I do the opposite, a countdown-like timer, by changing the way it is connected?

  • @hamsoft23
    @hamsoft23 2 ปีที่แล้ว

    Thank you for the tutorial

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

    Your video is incredibly quiet, but the tutorial was great. Just what I needed, thank you!

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

    Thank you for sharing. This was helpful.

  • @dudusstar41
    @dudusstar41 3 ปีที่แล้ว +2

    Thank you so much for this tutorial. Can you help me with this issue: how would it be if I want to add hours too? I've created the variable and divided it by 3600, but I don't know what should I write in the string format: {0:00}:{0:00}:{1:00} Thanks!!!

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

      OK, i THINK I GOT IT: {0:00}:{1:00}:{2:00}

    • @mecanivelle3355
      @mecanivelle3355 2 ปีที่แล้ว

      -Pour les minutes: entre le TimerOuput et le Divide rajouter un Modulo à 3600.
      -Pour les heures: copier/coller le bloc entier "Minutes" (sans le Modulo) et changer le Float en 3600 puis créer/changer la variable en Heures.
      -Pour le format: Changer le 'String format' en Arg0, Arg1, Arg2 et modifier le format en {0:00}:{1:00}:{2:00}.
      Puis Relier la variable Heures sur l'Arg0, Minutes sur Arg1 et Seconds sur Arg2.

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

    Hello could you do a damage system in bolt 2d like jumping on enemies or shooting

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

    Does anyone know how to make a way to touch the screen on the left half and right half of the screen to make something move left and right, I tried making buttons that are invisible that take up half the screen but it doesn’t work to hold them, you have to repeatedly tap them, and I tried using “get touch” and those are just to complicated, can someone put a link to a good video explaining how to use “get touch” and those things in bolt