Skip to content

8-bit style postprocessing effect for Unity URP

License

Notifications You must be signed in to change notification settings

Brightori/KinoEightURP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

8-bit style postprocessing effect for Unity URP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.7%
  • HLSL 14.3%