All Projects → supyrb → Configurableshaders

supyrb / Configurableshaders

Licence: mit
Showing off the power of shader properties in Unity

Projects that are alternatives of or similar to Configurableshaders

Uchromakey
Chroma key shader asset for Unity
Stars: ✭ 58 (-80.92%)
Mutual labels:  unity, shader, shaderlab
Unityscreenspaceboolean
Screen Space Boolean Implementation for Unity.
Stars: ✭ 150 (-50.66%)
Mutual labels:  unity, shader, shaderlab
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-73.03%)
Mutual labels:  unity, shader, shaderlab
Unity Grabsquares Effect
Unity GrabSquares Effect
Stars: ✭ 39 (-87.17%)
Mutual labels:  unity, shader, shaderlab
Awesome Unity Shader
⛵ 关于炫酷的Unity3D Shader | About Cool Unity3D Shaders
Stars: ✭ 2,658 (+774.34%)
Mutual labels:  unity, shader, shaderlab
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+254.93%)
Mutual labels:  unity, shader, shaderlab
Unityurp Billboardlensflareshader
(1)Add a new Quad GameObject (2)Use this shader (3)Done! Now you have billboard lens flare shader for URP!
Stars: ✭ 140 (-53.95%)
Mutual labels:  unity, shader, shaderlab
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (+75.33%)
Mutual labels:  unity, shader, shaderlab
Isaura
An attempt at making a aura thingie with a isoline shader.
Stars: ✭ 187 (-38.49%)
Mutual labels:  unity, shader, shaderlab
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-43.42%)
Mutual labels:  unity, shader, shaderlab
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-87.17%)
Mutual labels:  unity, shader, shaderlab
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (-2.63%)
Mutual labels:  unity, shader, shaderlab
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+182.57%)
Mutual labels:  unity, shader, shaderlab
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-81.25%)
Mutual labels:  unity, shader, shaderlab
Inkpainter
Texture-Paint on Unity.
Stars: ✭ 849 (+179.28%)
Mutual labels:  unity, shader, shaderlab
Lwrpshaders
A collection of high customizable unlit shaders for Lightweight Render Pipeline
Stars: ✭ 125 (-58.88%)
Mutual labels:  unity, shader, shaderlab
Raindropeffect
RainDropEffect for the Unity Asset Store
Stars: ✭ 320 (+5.26%)
Mutual labels:  unity, shader, shaderlab
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 (+49.67%)
Mutual labels:  unity, shader, shaderlab
Lowpolyshaders
Unity shaders optimized for Low Poly models.
Stars: ✭ 157 (-48.36%)
Mutual labels:  unity, shader, shaderlab
Unitywatersurface
Water Surface Simulation using CutomRenderTexture in Unity 2017.1
Stars: ✭ 190 (-37.5%)
Mutual labels:  unity, shader, shaderlab

Configurable Unity Shaders

Configurable stencil shader inspector screenshot

Access otherwise hidden shader features to understand them

openupm Unity 5.6 or later Built-In Render Pipeline

Don't repeat yourself by writing the same shaders over and over again with little variation. You can expose a lot of different shader settings through attributes! Configurable Shaders does three main things:

  1. Provide unlit and lit shaders for Opaque, Cutout and Transparent RenderTypes with a lot of configuration.
  2. Provide new useful Material Property Drawers and Debug Shaders
  3. Document the hidden features of shaders, that are not that apparent from the Unity Docs.

Unity Thread

Installation

Simple Download

Latest Unity Packages

Unity Package Manager (UPM)

You will need to have git installed and set in your system PATH.

Find Packages/manifest.json in your project and add the following:

{
  "dependencies": {
    "com.supyrb.configurableshaders": "https://github.com/supyrb/ConfigurableShaders.git#0.7.1",
    "...": "..."
  }
}

OpenUPM

Install the package with OpenUPM through the commandline

# Install openupm-cli
$ npm install -g openupm-cli

# Enter your unity project folder
$ cd YOUR_UNITY_PROJECT_FOLDER

# Add package to your project
$ openupm add com.supyrb.configurableshaders

Wiki (Home)

Additional Support Notes

  • This project is for Unity's Built-In Render Pipeline, and not meant for usage in the Universal Render Pipeline (URP) or the High Definition Render Pipeline (HDRP)
  • Alpha 2 Coverage is supported in the Unlit Cutout Shader (More Information)
  • Easily Recreate Diablo BlendAdd by setting Blend to One OneMinusSrcAlpha (More Information)
  • Custom Material PropertyDrawers
  • Single Pass Stereo Rendering for VR
  • Shadows are also configured with the settings of the shader (which is great!)

Examples

Name Example
Overview Scene Overview Scene Screenshot
World Normal Shader WorldNormalShader
Depth01 Shader Depth01Shader
Standard Material Properties Depth01Shader
Custom Property Drawers Custom Material Property Drawers

Contribute

Let's make something great together!

Helping Hands & Contributors

License

Made by 💥Supyrb

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].