Skip to content
/ ink-decal Public template

ink-decal is a library for projecting Splatoon-like ink using Unity's Decal function.

License

Notifications You must be signed in to change notification settings

tichise/ink-decal

Repository files navigation

Create UPM branches and run NPM publish

Ink Decal Library for Unity

Ink Decal Library is a library for projecting Splatoon-like ink using Unity's Decal function.

image

What is Decal?

Decal Renderer Feature | Universal RP | 12.0.0

With the Decal Renderer Feature, Unity can project specific Materials (decals) onto other objects in the Scene. The decals interact with the Scene’s lighting and wrap around Meshes.

Install

How to use decals

To use decals in URP, first add a decal from the Add Renderer Feature button under Universal Renderer Data.

manifest.json

Add the following to manifest.json in UnityProject.

{
  "scopedRegistries": [
    {
      "name": "npm",
      "url": "https://registry.npmjs.com",
      "scopes": [
        "tokyo.tichise"
      ]
    }
  ],
  "dependencies": {
    "tokyo.tichise.ink-decal": "1.0.3"
  }
}

About

ink-decal is a library for projecting Splatoon-like ink using Unity's Decal function.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published