Glitch effect with URP(Universal Render Pipeline).
Note
This project is a port of keijiro/KinoGlitch to work with URP12.
Please note that this project was implemented for study purposes and is not actively maintained.
sample.mov
- Unity 2021.3+
- URP 12.1.7
Please add the following URL to Package Manager -> [Add package from git URL...]
.
https://github.com/mao-test-h/URPGlitch.git?path=Assets/URPGlitch
or add the following URL to Package/manifest.json -> dependencies
.
{
"dependencies": {
"com.mao-test-h.urp-glitch": "https://github.com/finikigames/URPGlitch.git?path=Assets/URPGlitch",
}
}