Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Monochrome hatching post processing effect

License

Notifications You must be signed in to change notification settings

keijiro/KinoHatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

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",
 ...

About

Monochrome hatching post processing effect

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /