All Projects → andydbc → Unity Shadergraph Sandbox

andydbc / Unity Shadergraph Sandbox

Licence: mit
✏️ Collection of ShaderGraph examples for Unity.

Projects that are alternatives of or similar to Unity Shadergraph Sandbox

Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+30.29%)
Mutual labels:  unity, unity3d, shaders, shader
Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-89.9%)
Mutual labels:  unity, unity3d, shaders, shader
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+0.57%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (-3.62%)
Mutual labels:  unity, unity3d, shaders, shader
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-67.62%)
Mutual labels:  unity, unity3d, shaders, shader
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-40.76%)
Mutual labels:  unity, unity3d, shaders, shader
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+36%)
Mutual labels:  unity, unity3d, shaders, shader
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+2128.19%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Texture Curve
✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.
Stars: ✭ 149 (-71.62%)
Mutual labels:  unity, unity3d, shaders, shader
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+274.86%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-62.29%)
Mutual labels:  unity, unity3d, shaders, shader
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-67.24%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+593.33%)
Mutual labels:  unity, unity3d, shaders, shader
Unitygraphicsprogramming
書籍「UnityGraphicsProgramming vol.1」のサンプルコードリポジトリ
Stars: ✭ 321 (-38.86%)
Mutual labels:  unity, unity3d, shader
Skyboxplus
Basic skybox extensions for Unity
Stars: ✭ 324 (-38.29%)
Mutual labels:  unity, unity3d, shader
Miniengineao
SSAO image effect from Microsoft MiniEngine, ported to Unity.
Stars: ✭ 448 (-14.67%)
Mutual labels:  unity, unity3d, shader
Water2d Unity
A simple shader + example of a water surface with reflection in 2D
Stars: ✭ 335 (-36.19%)
Mutual labels:  unity, unity3d, shader
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 (-13.33%)
Mutual labels:  unity, unity3d, shader
Retro3dpipeline
A minimal example of a custom render pipeline with the Retro3D shader.
Stars: ✭ 354 (-32.57%)
Mutual labels:  unity, unity3d, shader
Kvantwig
Non-realistic hair simulation in Unity
Stars: ✭ 467 (-11.05%)
Mutual labels:  unity, unity3d, shader

ShaderGraph examples and demos License Donate

A comprehensive collection of shaders examples for the new ShaderGraph. The node-based shader creation tool made by Unity

Cloning

This repository contains submodules for external dependencies, so when doing a fresh clone you need to clone recursively:

git clone --recursive https://github.com/andydbc/unity-shadergraph-sandbox.git

Existing repositories can be updated manually:

git submodule init
git submodule update

Examples

  • Dissolve

Dissolve

  • Fire

Fire

  • Hologram

Hologram

  • Pixelate

Pixelate

  • Toon

Toon

  • Simple Flag

Flag

Requirements

Require Unity 2019.1.0f2 or newer.

License

Licensed under the Open Source MIT license.

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