KinoEight is an 8-bit-style post-processing effect originally developed for HDRP. KinoEight URP is a simple port of this effect for URP.
- Unity 6 or later
- URP 17 or later
This package uses a scoped registry to resolve package dependencies. To install the package:
-
Open the Project Settings window and navigate to the Package Manager section.
-
Add the following entry to the Scoped Registries list:
- Name:
Keijiro
- URL:
https://registry.npmjs.com
- Scope:
jp.keijiro
- Name:
-
Open the Package Manager window, switch to the My Registries tab, and install the package.
For more information, refer to the scoped registry documentation.
The Eight Color effect reduces the color palette of an image to eight colors. It includes additional options:
- Dithering: Soften banding artifacts with a low-resolution dithering pattern.
- Downsampling: Pixelate the image by lowering its resolution.
- Add the Eight Color Feature to the Renderer Features list in your URP Renderer asset.
- Add the Eight Color Controller component to the camera you want to apply
the effect to.
- The effect will only be applied to cameras that have the Eight Color Controller component.
The Tiled Palette effect from the original KinoEight HDRP package is not yet available in this URP version.