VNTG is a collection of PSX-inspired and CRT post-processing shaders built for Unity’s Universal Render Pipeline. These shaders were developed across multiple game jams and I hope to continue expanding on these in the future. I hope other developers can find it useful in their own projects.
Download the proper .unitypackage file from HERE and drop it into the Assets folder of your project. For rendering features, you can use the included VNTG renderer or add the PSX and CRT rendering features to your own. All settings can be found in the Global Volume.
Email: cokeefe919@gmail.com
Custom lighting with four lighting models (Unlit, Lit, Texel Lit, and Vertex Lit).
Compatible with Forward, Forward+, Deferred, and Deferred+ rendering.
A global ambient lighting color control is included as well!
Downsample textures to a set resolution
Snaps vertices to a customizable resolution
Terrain Support (Unity 6.3 or higher)
Full Screen Pixelation as well as full screen color depth control
Dithering with 9 preset patterns
with Additive and Multiplicative dither modes. (only multiplicative is shown below)
Options for pixel perfect dither or a custom scale
Apply Custom Color Palettes
Import color palettes from a variety of file formats, including .ase (Photoshop ASE), .gpl (GIMP Palette), .hex, .txt (Paint.NET), and .pal (JASC/RPAL).
You can also create a palette from a texture or manually define a custom palette directly within the editor.
Includes multiple options for changing color distance metrics when matching colors, preserving lighting and more!
The palette used in the image below can be found HERE.
Screen Curvature and Vintage effect
Simulated CRT rendering with Interlaced rendering, pixel decay, and customizable refresh rate and screen resolution
Scanlines, Noise, Chromatic Aberration, Smear, and other VHS artifacts
Color & Post-Processing Controls
Subpixels with four display modes (OFF, Shadow Mask, Aperture Grille, and Spot Mask)
- Unity 6+ (6000.x and newer)
- URP support
- Render Graph Supported
- Desktop & WebGL Fully Supported
Some projects where I've used VNTG or older versions of these shaders:
Collaborators
- SmokeyTheKat: A huge thank you for providing the custom icons, tree models, tree textures, and essential utility functions for the example scene. GitHub | Itch
Technical Credits
- Codrin-Mihail: Base lighting logic (MIT License & changes documented in HERE).
- GreatestBear: Per-texel snapping logic and math.
VNTG Shader Pack is released under The Unlicense. You may freely use, modify, and redistribute these shaders, including in commercial projects. While credit is not required, it’s greatly appreciated!