Aurora lights in Unity

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 14

  • @iDigvijaysinhG
    @iDigvijaysinhG  Год назад +1

    14:50 Now looking back at it, I think we could get away with using the Fraction node.
    Basically it will return values after the decimal point, e.g. if we put 1.27 it will return 0.27.
    So just feed Tiling and Offset output to Faction and then feed its output to Split node.

  • @starburstdragon
    @starburstdragon 11 месяцев назад

    Excellent work!

  • @imsurprisable
    @imsurprisable Год назад +1

    thank you so much for these tutorials! I swear nobody else uploads this large of a variety of different shader tutorials while also explaining everything and going step by step like you do. I have been looking for a channel like this for days now!

    • @iDigvijaysinhG
      @iDigvijaysinhG  Год назад

      Hey, thank you so much for the kind words, it really motivates me to keep going.

  • @91tj
    @91tj Год назад +1

    Dude! These 3 tutorials were amazing! I've finished them right now and I'm very happy with the results!
    Thank you very much for them! I will send them to my friends that are starting in game development, like me.
    Keep the awesome work man.

    • @iDigvijaysinhG
      @iDigvijaysinhG  Год назад +1

      Thanks TJ, oh and just a sneak peak for you, new episode in the series is dropping today.

  • @westingtyler1
    @westingtyler1 Год назад +1

    awesome. i followed along. now we just need the sun, moon, and cloud tutorials!

    • @iDigvijaysinhG
      @iDigvijaysinhG  Год назад

      The sun tutorial is already covered in "Day night cycle", we can use similar logic for the moon as well.

  • @play-good
    @play-good Год назад +3

    Man you make everything looks easy, even if it's not

    • @iDigvijaysinhG
      @iDigvijaysinhG  Год назад +1

      Hey, thank you for the kind words, it motivates me to continue doing this.

  • @_Garm_
    @_Garm_ Год назад +3

    great one! as some one that lives up here in north, i approve :D

  • @ecogaming6084
    @ecogaming6084 Год назад +3

    cool effect

  • @jerryli2084
    @jerryli2084 6 месяцев назад

    What should I do if it is hdrp mode?

    • @iDigvijaysinhG
      @iDigvijaysinhG  6 месяцев назад

      Hey,
      For HDRP, change position node to absolute world space and it should work just fine.