All Projects → chsxf → unity-built-in-shaders

chsxf / unity-built-in-shaders

Licence: MIT license
A comprehensive archive for Unity's built-in shaders

Programming Languages

ShaderLab
938 projects
HLSL
714 projects
C#
18002 projects
GLSL
2045 projects

Projects that are alternatives of or similar to unity-built-in-shaders

Lwrpshaders
A collection of high customizable unlit shaders for Lightweight Render Pipeline
Stars: ✭ 125 (+228.95%)
Mutual labels:  shader, shaderlab
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (+352.63%)
Mutual labels:  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 (+268.42%)
Mutual labels:  shader, shaderlab
Uchromakey
Chroma key shader asset for Unity
Stars: ✭ 58 (+52.63%)
Mutual labels:  shader, shaderlab
Unitywatersurface
Water Surface Simulation using CutomRenderTexture in Unity 2017.1
Stars: ✭ 190 (+400%)
Mutual labels:  shader, shaderlab
Jl S Unity Blend Modes
👾 Collection of Unity shaders that support blend modes like photoshop layer style (Darken, Multiply, Linear Burn, etc)
Stars: ✭ 62 (+63.16%)
Mutual labels:  shader, shaderlab
Lowpolyshaders
Unity shaders optimized for Low Poly models.
Stars: ✭ 157 (+313.16%)
Mutual labels:  shader, shaderlab
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (+2.63%)
Mutual labels:  shader, shaderlab
nvjob-sky-shader-simple-and-fast
#NVJOB Dynamic Sky. Sky Shaders. Free Unity Asset.
Stars: ✭ 103 (+171.05%)
Mutual labels:  shader, shaderlab
Awesome Unity Shader
⛵ 关于炫酷的Unity3D Shader | About Cool Unity3D Shaders
Stars: ✭ 2,658 (+6894.74%)
Mutual labels:  shader, shaderlab
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (+50%)
Mutual labels:  shader, shaderlab
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+421.05%)
Mutual labels:  shader, shaderlab
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+2739.47%)
Mutual labels:  shader, shaderlab
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (+115.79%)
Mutual labels:  shader, shaderlab
Unity Grabsquares Effect
Unity GrabSquares Effect
Stars: ✭ 39 (+2.63%)
Mutual labels:  shader, shaderlab
Unityscreenspaceboolean
Screen Space Boolean Implementation for Unity.
Stars: ✭ 150 (+294.74%)
Mutual labels:  shader, shaderlab
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+2160.53%)
Mutual labels:  shader, shaderlab
Uiblur
UI Blur Shader
Stars: ✭ 35 (-7.89%)
Mutual labels:  shader, shaderlab
Isaura
An attempt at making a aura thingie with a isoline shader.
Stars: ✭ 187 (+392.11%)
Mutual labels:  shader, shaderlab
Ssgi Urp
Screen Space Global Illumination for Unity Universal Render Pipeline
Stars: ✭ 198 (+421.05%)
Mutual labels:  shader, shaderlab

Unity Built-in Shaders

This repository contains built-in shader code for all release of Unity back to Unity 3. It is useful to compare changes between versions and keep up to date versions of Unity's own shaders (you do not need to download the code from Unity's website anymore!)

Exceptions

Only fully released versions of Unity are taken into account. Releases from the Alpha, Beta or Patch channels are not considered.

Repository Navigation

You can access shader code through:

  • Branches to access all minor releases inside a major version and stay up-to-date (2017.2, 2018.3, ...)
  • Tags to access a specific version (v2017.4.1f1, v2019.1.5f1, ...)

Master branch

Master will always be synced with the latest main stream release.

Please note that LTS releases are never merged with master.

Automatic Updater

Run node check-unity-version.js to update the repository automatically with the new versions.

Exception

  • master must be merged manually with the main-stream branch

Requirements

  • Node.js version v10.x or later (should probably work with earlier versions, but has not been tested)
  • bash in order to execute add-version.sh script

License

See license.txt

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