Unity 2D Glow Tutorial

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

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

  • @GabrielAguiarProd
    @GabrielAguiarProd  2 года назад +2

    Hope you guys enjoy this quick 2D Glow tutorial! Quite useful!
    Make sure to check out Rabbit's Tale game development: twitter.com/GoldenBugStudio
    Steam: store.steampowered.com/app/1763860/Rabbits_Tale/

  • @iiguizin9162
    @iiguizin9162 2 года назад +27

    For those who are on a more current version of unity, the main node "Sprite Unlit Master" has been replaced by "Vertex" and "Fragment". So for this effect to work, just connect A(1) of "MainTex / Sample Texture 2D" to Alpha(1) of "Fragment", and connect Out(4) of "Add" to Base Color(3) of " Fragment". Hope this helps :)

  • @CharlesA.
    @CharlesA. 10 месяцев назад +1

    Thanks m8 ! your project looks amazing btw I love the vibe.

  • @3than3rickson
    @3than3rickson Год назад +1

    Thanks! The shader worked perfectly for me!

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

    Useful and up to date info, thanks.

  • @Xeratas
    @Xeratas 2 года назад +1

    yea, love this guy. very nice

  • @LARADEKA
    @LARADEKA 2 года назад

    *_You all have heard the 3D glow._*
    *_For 2D with dynamic animation? There's layers, and coding of when a single object changes color... or has been pre-made before Unity._*
    *_Ori does take it too, especially when the environment is a mix between 2D and 3D (Certain Shaders)._*

  • @jean-michel.houbre
    @jean-michel.houbre 2 года назад +1

    Very easy and efficient ! Thx !

  • @shifa8524
    @shifa8524 4 месяца назад +1

    Teşekkürler.

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

    I have a Problem when i enable bloom. I dont find any solution to Edit what objects shall be affected or not. I mean I want some objects to have emmision bit not to glow. I tried to Set up layermask for it but still all emissions are glowing... Any solutions?

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

    Great tutorial, thanks. How did you make the gradient shadow inside the spriteshape?

  • @avaandeden2142
    @avaandeden2142 2 года назад +2

    Thanks so much for making these tutorials! I have followed all steps up until 4.05 but the glow doesn't reach beyond the edge of my sprite. It just fills inside. What could I be missing? Got it - a camera 🥴

  • @quangthanhta5170
    @quangthanhta5170 10 месяцев назад +1

    Is the "Unique Projectiles" a form of particle system? i need to buy this.

    • @GabrielAguiarProd
      @GabrielAguiarProd  10 месяцев назад

      Unique Projectiles is a collection of projectiles that I made available on the Asset Store btw: marketplace.unity.com/packages/vfx/unique-projectiles-mega-pack-vol-1-229041?aid=1100l3Jhu

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

    I did the same as you did and there are no options in the material when I chose the shader graph I created, it also says
    "somehow Material does not have a _MainTex texture property. It is required for SpriteRenderer."
    But I have one.. can anybody help me?

  • @tufs.
    @tufs. 2 года назад +1

    Loving the tutorials
    Could you do one on a Comic Shader

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

    Do you have a tutorial for 3d glow by chance? :D

  • @yeeeetsssusdelets
    @yeeeetsssusdelets 8 месяцев назад

    copied exactly what you did (except post process) and for some reason i get these red spots in the transparent areas of the texture. this only shows in game view and not in scene view. i am using it in UI though in case that could be the issue

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

    i have done the same but why my sprite is not glowing?

  • @AGHILESFELLAG-q7w
    @AGHILESFELLAG-q7w Год назад

    i dont know why the shader didn t work form me , can any one have an idea of what is the issue ? and Thhxx. (my problem is that the shader dont apear in the place that i want instead hw show randomly in other place )

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

    anyway to do this for particle shaders?

  • @itswilly
    @itswilly 2 года назад +1

    Hi Gabriel, thanks.
    make a tutorial with more basic things too, like, impose photoshop to unity correctly, correct workflow, correct formatting,.... thanks man, you help alot.

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

    What if I want the sprite to still be effected by light. Can I have two materials at the same time?

  • @compassz5197
    @compassz5197 2 года назад

    Thanks for 2d shaders man, love ya, appreciated your work. Maybe you can show how to create waterfall shader in 2d on your next tutorial ?

    • @GabrielAguiarProd
      @GabrielAguiarProd  2 года назад +2

      Thanks for the idea, we are actually going to need one for Rabbit's Tale, so yeah maybe I will do a tutorial one day!

  • @sheetzilla1200
    @sheetzilla1200 2 года назад

    New to unity and still managed to make this work ty! But how do I make the glow flicker?

    • @GabrielAguiarProd
      @GabrielAguiarProd  2 года назад

      Well done! Well that's a tiny bit more complicated, but essentially you are going to need a sine wave, or sine time to control the glow intensity for example. Use a time node, and try to multiply it with the intensity for example. If I had a reference at hand I would share.

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

      @@GabrielAguiarProd How would i do that?

  • @Maurilustrador
    @Maurilustrador 2 года назад

    wait, so Unity automatically arranges a sprite sheet when you import a .PSB? in the .PSB all images were on top of each other, but in Unity they were all already arranged like in a sprite sheet :O

    • @GabrielAguiarProd
      @GabrielAguiarProd  2 года назад +1

      Yes, it's super useful!

    • @Maurilustrador
      @Maurilustrador 2 года назад

      @@GabrielAguiarProd does it need extra setup or is just "plug and play" haha, and I guess as long as you don't change order of layers or alpha pixels the sprite sheet is the same right?

  • @NguyễnDuy-d8f
    @NguyễnDuy-d8f 2 месяца назад

    do we need a global volume ???

  • @МаксимПодорогин-п4ы
    @МаксимПодорогин-п4ы 2 года назад +1

    Thx! You realy man!)

  • @BrenTensen
    @BrenTensen 2 года назад +2

    Cool bread 🍞👍
    Great bread 🍞👍
    Quality bread 🍞👍 tutorial
    Super fantastic megalicious bread 🍞👍

  • @SWFGaming
    @SWFGaming 2 года назад +1

    Cool video :) I don't work in 2D, but I think you could definitely implement this into a 3D shader if you wanted to

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

    Gabriel Aguiar, vc é BR né hahaha, muito bom seu conteúdo, me ajudando muito em um projeto meu.

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

      Obrigado valeu, fico contente por ajudar. Sou Português de Portugal. Força 💪

  • @jinzzazzang
    @jinzzazzang 2 года назад +1

    감사합니다.

  • @jasonwilliams8730
    @jasonwilliams8730 2 года назад +1

    👍

  • @lunatikgame6926
    @lunatikgame6926 2 года назад

    ❤️

  • @Unpug
    @Unpug 2 года назад

    Oo

  • @ILIKEPC
    @ILIKEPC 2 года назад +1

    heybigfanfirst

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

    thanks