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

Alternative to Mobile/Particles/Additive shader

Discussion in 'Shaders' started by SNAXGAMES, May 25, 2022.

  1. SNAXGAMES

    SNAXGAMES

    Joined:
    Jun 8, 2021
    Posts:
    5
    Hi
    im working with an animator that uses Mobile/Particles/Additive on Images in order to create a glow effect on UI Images.
    that's works as intended, except im having a lot of "no _Stencil property has found" warnings.
    is there any straightforward shader alternative to achieve the same glow effect?
     
  2. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,631
    Is there an actual problem, or does the problem start and end with the warning? I'm guessing the UI stuff uses Stencils for masks so there can be situations where the glow particles don't get masked properties.

    You can download the mobile particles additive source code and add the stencil stuff.