Skip to content
/ kDecals Public

Projection Decals for Unity's Universal Render Pipeline.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

Kink3d/kDecals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9f3399 · Oct 17, 2023

History

76 Commits
Jan 24, 2020
Aug 3, 2023
Jan 20, 2020
Oct 17, 2023
Aug 3, 2023
Aug 3, 2023
Jan 24, 2020
Jan 20, 2020
Jan 24, 2020
Jan 20, 2020
Jan 20, 2020
Jan 20, 2020
Oct 3, 2018
Jan 20, 2020
Jan 24, 2020
Jan 20, 2020
Jan 20, 2020
Jan 20, 2020
Jan 20, 2020
Jan 20, 2020
Jan 24, 2020
Jan 20, 2020

Repository files navigation

kDecals

Projection Decals for Unity's Universal Render Pipeline.

alt text An example of Decals in a scene.

kDecals is a system for definition, placement and rendering of projection Decals in Unity's Universal Render Pipeline. It comes with Lit and Unlit Decal types by default and supports custom Decal shaders using a predefined Shader Library. kDecals supports Decal creation in Editor and runtime and supports pooling of runtime decals by default via kPooling.

Refer to the Wiki for more information.

Instructions

  • Open your project manifest file (MyProject/Packages/manifest.json).
  • Add "com.kink3d.decals": "https://github.com/Kink3d/kDecals.git" to the dependencies list.
  • kDecals has a dependency on kPooling. Add "com.kink3d.pooling": "https://github.com/Kink3d/kPooling.git" to the dependencies list.
  • Open or focus on Unity Editor to resolve packages.

Requirements

  • Unity 2019.3.0f3 or higher.