Quick Start
What the package contains, which pipeline chapter to follow, and the fastest way to confirm the effects are working.GlitchLab Pro is a post-processing glitch suite focused on realistic analog and digital signal failures: block artifacts, line tears, RGB split, VHS-style noise, codec breakup, and data corruption.
If you are new to the package, do not start by mixing multiple effects immediately. First confirm that one effect renders correctly in your project.
What Is Included
The package includes:
- 22 glitch effects
- demo scenes
- full C# and HLSL source
- support for local and global volumes
- separate-layer workflows
- texture mask support
Choose The Right Pipeline
Inside the package you will find separate folders for:
URPHDRP
Before you set anything up, make sure you know which render pipeline your project uses.
- If your project uses Universal Render Pipeline, continue to URP Setup.
- If your project uses High Definition Render Pipeline, continue to HDRP Setup.
If You See Nothing
If the effect appears in the inspector but there is no visual result, the problem is usually one of these:
- the render features were not added
- the HDRP custom post-process order was not configured
- the effect was added to the wrong Volume
- camera post-processing is not active
Go to the pipeline-specific setup chapter before changing effect parameters.