1.0.0 • Published 7 months ago

jp.keijiro.kino.post-processing.eight.universal v1.0.0

Weekly downloads
-
License
Unlicense
Repository
-
Last release
7 months ago

KinoEight for URP

gif gif

KinoEight is an 8-bit-style post-processing effect originally developed for HDRP. KinoEight URP is a simple port of this effect for URP.

System Requirements

  • Unity 6 or later
  • URP 17 or later

How To Install

This package uses a scoped registry to resolve package dependencies. To install the package:

  1. Open the Project Settings window and navigate to the Package Manager section.
  2. Add the following entry to the Scoped Registries list:

    • Name: Keijiro
    • URL: https://registry.npmjs.com
    • Scope: jp.keijiro

    Scoped Registry

  3. Open the Package Manager window, switch to the My Registries tab, and install the package.

    My Registries

For more information, refer to the scoped registry documentation.

Eight Color effect

eight color

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.

How to Use

  1. Add the Eight Color Feature to the Renderer Features list in your URP Renderer asset.
  2. 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.

Current Limitations

The Tiled Palette effect from the original KinoEight HDRP package is not yet available in this URP version.

1.0.0

7 months ago