How to Make a Single Object Glow in Unity - Shader Graph Tutorial ( 2025 )

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

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

  • @animationdufun9553
    @animationdufun9553 9 วันที่ผ่านมา +2

    very very good tutorial clear and straight gg

  • @SanthoshRaj-h4s
    @SanthoshRaj-h4s 5 วันที่ผ่านมา +1

    Hi bro
    In my unity vr project, I add a volume glow(post processing) , this glow affects the environment, if there any solution for that

    • @thetutorialspot1
      @thetutorialspot1  5 วันที่ผ่านมา

      Try to increase the threshold value around 2 and increase the intensity a bit. Play around the values and see.

  • @GeodeGT
    @GeodeGT 13 วันที่ผ่านมา

    thanks, but i keep getting this error from the sprite renderer saying "Material does not have a _MainTex or _BaseMap texture property"
    any clue on how to fix that?

    • @thetutorialspot1
      @thetutorialspot1  13 วันที่ผ่านมา

      Please make sure to name the Texture 2D variable as MainTex. If you click on the variable, you could also see the Reference, it should be _MainTex. Otherwise it won't work. Check the video at 3:18 and compare what you've written.

    • @GeodeGT
      @GeodeGT 8 วันที่ผ่านมา +1

      @@thetutorialspot1 ohh, thanks man
      I completely overlooked that part and thought the name wouldnt matter, so i just named them to what i thought would fit

    • @thetutorialspot1
      @thetutorialspot1  8 วันที่ผ่านมา

      @GeodeGT Happy that it worked now!