Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 917 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 917 Bytes

URPGlitch

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

Supported Unity versions

  • Unity 2021.3+
    • URP 12.1.7

Installing

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",
  }
}

License