Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

Glow effect material on Sprite Renderer

Discussion in '2D' started by KISKE, May 27, 2016.

  1. KISKE

    KISKE

    Joined:
    May 27, 2016
    Posts:
    1
    TL;DR:
    I have this:


    I need this:


    Hi,
    I follow this tutorial: http://www.samuraifight.com/2015/09/12/glow-in-unity-5/

    And with a few minor changes I achieve something like this:


    So, first image is an Sprite Renderer with 'Sprites-Default' material, the second image is the same Sprite Renderer with 'portalGlow' material.

    My Sprite Renderer:


    My 'portalGlow' material:



    Thank you.