All Projects β†’ penandlim β†’ Jl S Unity Blend Modes

penandlim / Jl S Unity Blend Modes

Licence: mit
πŸ‘Ύ Collection of Unity shaders that support blend modes like photoshop layer style (Darken, Multiply, Linear Burn, etc)

Projects that are alternatives of or similar to Jl S Unity Blend Modes

Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-8.06%)
Mutual labels:  unity3d, shader, shaderlab, hlsl
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+219.35%)
Mutual labels:  unity3d, shader, shaderlab, hlsl
X Postprocessing Library
Unity Post Processing Stack Library | UnityεΌ•ζ“Žηš„ι«˜ε“θ΄¨εŽε€„η†εΊ“
Stars: ✭ 1,079 (+1640.32%)
Mutual labels:  unity3d, shader, shaderlab
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (+293.55%)
Mutual labels:  unity3d, shaderlab, hlsl
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+1285.48%)
Mutual labels:  unity3d, shader, shaderlab
Isaura
An attempt at making a aura thingie with a isoline shader.
Stars: ✭ 187 (+201.61%)
Mutual labels:  unity3d, shader, shaderlab
Ssgi Urp
Screen Space Global Illumination for Unity Universal Render Pipeline
Stars: ✭ 198 (+219.35%)
Mutual labels:  unity3d, shader, shaderlab
Standardgeometryshader
An example of a geometry shader with Unity's standard lighting model support.
Stars: ✭ 303 (+388.71%)
Mutual labels:  unity3d, shader, hlsl
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (+162.9%)
Mutual labels:  unity3d, shader, hlsl
Skeletalgeometriceffects
Experiments on geometry shader instancing with skeletal animations
Stars: ✭ 436 (+603.23%)
Mutual labels:  unity3d, shader, hlsl
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-37.1%)
Mutual labels:  unity3d, shader, shaderlab
Water Shader
Procedural water shader for general use.
Stars: ✭ 183 (+195.16%)
Mutual labels:  unity3d, shader, hlsl
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (+177.42%)
Mutual labels:  unity3d, shader, shaderlab
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (+759.68%)
Mutual labels:  unity3d, shader, shaderlab
Bloodfx
Procedural blood stain shader
Stars: ✭ 170 (+174.19%)
Mutual labels:  unity3d, shader, hlsl
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (+377.42%)
Mutual labels:  unity3d, shader, shaderlab
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (+83.87%)
Mutual labels:  unity3d, shader, hlsl
Lwrpshaders
A collection of high customizable unlit shaders for Lightweight Render Pipeline
Stars: ✭ 125 (+101.61%)
Mutual labels:  unity3d, shader, shaderlab
Unity Ui Rounded Corners
This components and shaders allows you to add rounded corners to UI elements!
Stars: ✭ 307 (+395.16%)
Mutual labels:  shader, shaderlab, hlsl
Unityurpunlitscreenspacedecalshader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
Stars: ✭ 455 (+633.87%)
Mutual labels:  unity3d, shader, shaderlab

JL's Unity Blend Modes

Collection of Unity shaders that support blend modes like photoshop layer style (Darken, Multiply, Linear Burn, etc)

Each shader applies given texture from sprite renderer to the texture from Unity's GrabPass, emulaitng the blend effect of photoshop layers.

alt text

Built for screen space effect but feel free to modify it by replacing GrabPass to other textures.

You can also use Stencil properties to limit the overlay effect to certain objects in the scene.

Usage

  1. Add a UI Canvas to your project.

  2. Add a sprite renderer as a child

  3. Add an image with desired colors/opacity/gradient.

  4. Add a material with a shader thats in "Blendmodes/" category

  5. Adjust tint and opacity of the blend layer accordingly.

Special thanks

https://github.com/supyrb/ConfigurableShaders

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].