Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[HELP] Glowing Sprite

Discussion in '2D' started by Corvinuz1227, Apr 18, 2015.

  1. Corvinuz1227

    Corvinuz1227

    Joined:
    Mar 2, 2014
    Posts:
    29
    Hi guys, newbie here, can someone help me made a circle glowing sprite? btw im changing its alpha on some functionality of the game, but some of it needs to glow.. thanks in advance
     
  2. Stef_Morojna

    Stef_Morojna

    Joined:
    Apr 15, 2015
    Posts:
    289
    Make the sprite circle glow in photoshop (or whatever program you use to draw)




    Create a sprite object with the circle glow sprite and attach it to the object you want to glow.


    --Stef
     
  3. Corvinuz1227

    Corvinuz1227

    Joined:
    Mar 2, 2014
    Posts:
    29
    Hi i tried what you suggest but what i want is a animated glowing one or focused by light my glow brighter,
     
  4. rakkarage

    rakkarage

    Joined:
    Feb 3, 2014
    Posts:
    683
  5. Corvinuz1227

    Corvinuz1227

    Joined:
    Mar 2, 2014
    Posts:
    29
    thanks mate, ill try it now,
     
  6. Corvinuz1227

    Corvinuz1227

    Joined:
    Mar 2, 2014
    Posts:
    29
    question, how did you use this, i tried to follow from the one who post it but it seems im lost now
     
  7. rakkarage

    rakkarage

    Joined:
    Feb 3, 2014
    Posts:
    683
    - Add a layer called "Outline"
    - Add Outline Effect component to camera
    - Add Renderer objects to "Outline Renderers" in the script OR replace the list from your scripts

    just tried this and it worked... but only shows when running
    or try examples
     
  8. Corvinuz1227

    Corvinuz1227

    Joined:
    Mar 2, 2014
    Posts:
    29
    by the way thanks anyway, ill just try this on my own project, need to plan something first, cheers mate