All Projects → keijiro → KinoFeedback2

keijiro / KinoFeedback2

Licence: Unlicense License
Old-school frame feedback effect for Unity HDRP

Programming Languages

C#
18002 projects
HLSL
714 projects
ShaderLab
938 projects

KinoFeedback2

gif gif

KinoFeedback2 is an example of a Unity HDRP custom pass that implements an old-school frame feedback effect.

Installation

This package uses the scoped registry feature to resolve package dependencies. Please add the following sections to the manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.kino.feedback": "1.0.1"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.kino.feedback": "1.0.1",
    ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].