Skip to content
Matt Dean edited this page Nov 12, 2018 · 7 revisions

kDecals

A forward projector Decal system for Unity

alt text kDecals demo scene.

kDecals is a system for definition and placement of forward projector Decals in Unity. It comes with a selection of common Decal render types by default and has a flexible DecalDefinition API for defining custom decals using custom shaders and C# property declaration. kDecals supports Decal creation in Editor and runtime and supports pooling of runtime decals by default.

Features

  • Editor and runtime Decal creation and manipulation.
  • Optional automatic pooling of Decals created at runtime.
  • Supports a range of Decal render modes by default.
  • DecalDefinition allows an easy API for defining custom Decals.
  • UnityPackage, test cases and demo scene included.

Contents

Clone this wiki locally