Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jp.keijiro.kino.aqua

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jp.keijiro.kino.aqua

Watercolor post-processing effect

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-40.44%
Maintainers
1
Weekly downloads
 
Created
Source

KinoAqua

screenshot gif

KinoAqua is a custom post-processing effect for Unity HDRP that creates a simple watercolor effect.

The shader implementation of the effect is heavily inspired by a Shadertoy effect created by Florian Berger (flockaroo). It uses the same approach but with slightly different variables.

System Requirements

  • Unity 2019.4 or later

Although KinoAqua is compatible with all the HDRP-supported systems, it's pretty slow and unoptimized. Don't try to run it on mobiles.

Note that the test project contained in this repository was created using Unity 2021.2. You must install Unity 2012.2.0 (it's still in the alpha phase at the point I wrote this document) to try the project.

How to install the package

This package uses the scoped registry feature to import dependent packages. Please add the following sections to the package 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.aqua": "1.0.3"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.kino.aqua": "1.0.3",
...

Keywords

FAQs

Package last updated on 16 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc