Ink Decal Library is a library for projecting Splatoon-like ink using Unity's Decal function.
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.
To use decals in URP, first add a decal from the Add Renderer Feature button under Universal Renderer Data.
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"
}
}