Lists (20)
Sort Name ascending (A-Z)
Stars
- All languages
- ASP
- C
- C#
- C++
- CSS
- Common Lisp
- Dart
- F#
- GDScript
- GLSL
- Game Maker Language
- Go
- HLSL
- HTML
- Java
- JavaScript
- Jupyter Notebook
- Kotlin
- Lua
- Makefile
- Markdown
- Mustache
- NSIS
- Objective-C
- Objective-C++
- PHP
- Pascal
- PowerShell
- Python
- Ruby
- Rust
- ShaderLab
- Shell
- Swift
- TypeScript
- Vim Script
- Visual Basic .NET
- Zig
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
UnityChanToonShaderVer2 Project / v.2.0.9 Release
Source code for Grass Shader tutorial for Unity. Generates blades with a geometry shader, tessellates input mesh to control density.
Sand box project containing example shaders and assets compatible with Unity Universal Render Pipeline.
My Unity post processing pipeline and shaders
(1)Add a new Quad GameObject (2)Use this shader (3)Done! Now you have billboard lens flare shader for URP!
A Unity 2018.10b12 project where I am experimenting with a squash and stretch shader.
Create palettes of colors and components for change specific color on a specific visual element. Very useful to UI.
Blurred Refraction shaders created with Amplify Shader Editor using Command Buffers. Cool for glass looking materials, works without Amplify Shader Editor too. Inspired by: https://blogs.unity3d.co…
Implementation of advanced shaders in Unity like raytracing, interior mapping, parallax mapping
A set of shaders for Unity which use the rim of a surface to suggest depth.
PCF (Percentage Closer Filtering) via Poisson sampling for Unity and Universal Render Pipeline.