jp.keijiro.kino.post-processing.hatch

1.0.0 • Public • Published

KinoHatch

before after

KinoHatch is a post processing effect that converts an image into monochrome with hatching.

System requirements

  • Unity 2019.3
  • HDRP 7.3

How To Install

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.post-processing.hatch": "1.0.0"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.kino.post-processing.hatch": "1.0.0",
    ...

Readme

Keywords

Package Sidebar

Install

npm i jp.keijiro.kino.post-processing.hatch

Weekly Downloads

706

Version

1.0.0

License

Unlicense

Unpacked Size

15.3 kB

Total Files

16

Last publish

Collaborators

  • keijiro