Sprite Shaders Ultimate

- - - - - - - - -


UPDATE HIGHLIGHTS

  • Version 6 – Added 15 NEW SHADERS
    • Gaussian Blur
    • Negative
    • Pixel Outline
    • Shifting
    • Enchanted
    • Ping-Pong Glow
    • Screen Tiling
    • World Tiling
    • Smooth Pixel Art
    • Sine Scale
    • Wiggle
    • Recolor RGB
    • Shadow
    • Sharpen
  • Version 5 – Added 5 NEW SHADERS
    • UV Scale
    • Brightness
    • Saturation
    • Contrast
    • Hue
  • Version 4 – Added 5 NEW SHADERS
    • Alpha Tint
    • Split Toning
    • Poison
    • Color Replace
    • Sine Glow

CONTACT INFORMATION

  • Email ➞ ekincantascontact@gmail.com
  • DiscordClick Here
  • You will usually get a response within 24 hours!

ONLINE DEMO


INCLUDED ASSET


KEY FEATURES

  • 65 Combinable Shaders – unlimited combinations and possibilities.
  • Fully Customizable – fade, mask & modify every effect without restrictions.
  • High Performance – shaders run efficiently & disabled shaders cost nothing.
  • Utility Scripts – for various use-cases, like foliage interaction.
  • Intuitive Shader Inspector – hints, code generator and a lot more.
  • Shader Baking Tool – bake complex visual effects into sprite textures.
  • Quick & Easy – no coding or shader graph required.

ALL RENDER PIPELINES SUPPORTED

  • All Render Pipelines fully supported!
  • Additionally includes 2D Lit shaders for URP.
  • Additionally includes 3D Lit shaders for URP & Built-In RP.

FADING AND MASKING

  • Shader effects can be masked with a grayscale texture.
  • Shader effects can be faded in various ways.

SPRITE SHEETS SUPPORTED

Some shaders may have issues with sprite sheets due to UV coordinates. Sprite Shaders Ultimate offers a quick fix. Ensuring all effects fully support sprite sheets.


PIXEL ART SUPPORTED

Sprite Shaders Ultimate offers the option to snap all effects to your sprite's pixels. Preserving their pixel art style instead of ruining it with smooth shader effects.


TIME OPTIONS

Sprite Shaders Ultimate offers various time-related options for animated effects. Including Unscaled Time, FPS Limit and more.


COORDINATE SPACE OPTIONS

Sprite Shaders Ultimate allows you to change the coordinate space of its shader effects. Instead of being stuck with just UV coordinates, you can map effects to world, object, or even screen space. This can come in handy in various situations, such as fading multiple objects with the same overlapping pattern.


SHADER BAKING TOOL

With the click of a button in the material, you can bake the sprite's texture, with the material applied to it, into a new PNG file. This feature can be neat for lower-end mobile platforms, where GPU performance is crucial.


10 SHADER FILES FOR MAXIMUM VERSATILITY

Various shader files for different use-cases.

Each shader file contains all 60+ shader effects.

  • Standard – default unlit shader for sprites.
  • Additive – additive shader for sprites.
  • Multiply – multiplicative shader for sprites.
  • GUI – default shader for UI images.
  • GUI Additive – additive shader for UI images.
  • 2D Lit URP – 2D lit shader for sprites.
  • 3D Lit URP – 3D lit shader for sprites.
  • 3D Lit Cutout URP – 3D lit opaque shader for sprites.
  • 3D Lit Built-In – 3D lit shader for sprites.
  • 3D Lit Cutout Built-In – 3D lit opaque shader for sprites.

Documentation


Requirements:

  • Unity 6.0.23 (or higher) (for the latest version)
  • Unity 2020.3 (or higher) (for version 6.4)

Release Notes

Version 6.22

- Added an option to keep some effects (like outlines) consistent when their texture's size changes (for example, platform-dependent max size)


Version 6.21

- Fixed a small bug.


Version 6.20

- Updated shaders to support Unity version 6000.3.0 (or higher).

- Added automatic texture stripping for disabled properties to reduce build size.


Version 6.19

- Improved compatibility of 3D Lit URP shaders with WebGL.


Version 6.18

- Fixed a bug which caused console warnings with URP shaders.


Version 6.17

- Updated shaders to support Unity version 6000.2.0 (or higher).


Version 6.16

- Fixed an issue where some shaders would output warnings in the console.


Version 6.15

- Fixed an issue with the canvas gamma color option and GUI shaders.


Version 6.14

- Fixed an issue with shader baking, when using a lit shader.


Version 6.13

- Fixed an issue with UI masking when the image was flipped.


Version 6.12

- Fixed an alpha clipping issue with the 3D Lit URP shader in Unity 6.


Version 6.11

- Fixed a bug with the InstancerSSU script.


Version 6.10

- Fixed 3D Lit URP shaders not working in WebGL.

- Improved hologram effect on GUI shaders.

- A few other tiny fixes and improvements to scripts and shaders.

- This update only affects Unity version 6000.0.23 (or higher).


Version 6.9

- Updated shaders to support unity version 6000.0.23 (or higher).

- Improved code generator for UI Images.

- Fixed a bug with unity atlas.


Version 6.8

- Updated all URP shaders to support version 2023.3.


Version 6.7

- Updated 3D Lit URP shaders to support version 2023.2.


Version 6.6

- Fixed a bug in the custom inspector with the Wind shader.

- Added various scripts to the Add Component menu.


Version 6.5

- Added 1 new shader to the asset.

- Added the Texture Layer shader effect.

- Various small bugfixes and improvements.

- Increased lowest supported unity version to 2022.3.


Version 6.1 ➟ 6.4

- Fixed an issue with 3D Lit Emission Maps.

- Fixed a bug with 3D Lit URP Cutout shader's shadows ignoring alpha.

- Fixed a rare bug with the custom inspector.

- Various small bugfixes.


Version 6

- Added 14 new shaders to the asset.

- Added the Sharpen shader effect.

- Added the Shadow shader effect.

- Added the Recolor RGB shader effect.

- Added the Enchanted shader effect.

- Added the Shifting shader effect.

- Added the Wiggle shader effect.

- Added the Sine Scale shader effect.

- Added the Smooth Pixel Art shader effect.

- Added the World Tiling shader effect.

- Added the Screen Tiling shader effect.

- Added the Pixel Outline shader effect.

- Added the Ping-Pong Glow shader effect.

- Added the Negative shader effect.

- Added the Gaussian Blur shader effect (has to be baked for a strong blur).

- Improved the performance of some shaders.

- Outline shaders now have an outline only option.

- Some shaders now have a mask texture option.

- Added pixel snapping of shader effects for pixel art.

- Added gpu performance information to shaders.

- All shaders now support sprite sheets.

- Added scripting utility button, which generates code samples.

- Added new shader options for various use-cases.

- Improved material baking feature.

- Improved custom shader inspector.

- Added Opaque Cutout shaders for 3D Lit URP and Built-In.

- Many other small features and improvements.

- Increased lowest supported unity version to 2020.3.


...


Version 5

- Added 5 new shaders.

- Added the UV Scale shader.

- Added the Brightness shader.

- Added the Saturation shader.

- Added the Contrast shader.

- Added the Hue shader.

- Added various fancy ways to fade all shaders.

- Added various settings for handling space to all shaders.

- Added various settings for handling time to all shaders.

- Boosted the performance of Wind significantly.

- Added hyper performance option to InteractiveWind (for mobile).

- Added temporary bending option to InteractiveWind.

- All shaders can now be masked using a grayscale texture.

- Split up Adjust Color to boost performance.

- Improved mobile performance of uber shaders.

- Polished my custom inspectors in various ways.

- Polished the outline shaders.

- Added saturation option to shine shader.

- Fixed 3D lit normal maps not getting affected by UV shaders.

- Fixed an annoying refresh glitch with InteractiveWind prefabs.


...


Version 4

- Added 5 new shaders.

- Added the Alpha Tint shader.

- Added the Split Toning shader.

- Added the Poison shader.

- Added the Color Replace shader.

- Added the Sine Glow shader.

- Added Additive UI Uber Shader.

- Added 3D Lit Uber Shaders for URP and Standard.

- Uber Shader Inspector is now more compact.

- Shaders can now be collapsed in the Uber Shader Inspector.

- Uber Shaders now have a Full Fade property.

- Single Shaders can now switch to Uber with one button click.

- Moved Brightness and Desaturate to Legacy.zip (use Adjust Color instead)

- Lots of small features and polishes...


...

Basic Information
Latest Version
6.22 (11 Jan 2026)
Publisher
Ekincan Tas
Category
VFX/Shaders
Size
21.8 MB
Price
€18.4
Asset Rating
(81)
Extended Information
Unity Versions
2020.3.0, 2021.3.0, 2022.3.0, 2023.1.0, 2023.2.0, 6000.0.23, 6000.2.0, 6000.3.0
Render Pipelines
BIRP URP HDRP
State
Published