tichise / ink-decal

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License