Skip to content

Decal solution for Unity's Built-In Render Pipeline

Notifications You must be signed in to change notification settings

aninggo/DynamicDecals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Decals by Llockham-Industries

Unity Forums | Getting Started | Masking | Pooling | Printers | Modifiers | Positioners | Optimizing Build Times | Custom Decal Types

This solution was developed by Llockham-Industries and originally sold in the Unity Asset Store. Dynamic Decals was deprecated when the new Unity render pipeline was launched, but the original author gave their permission to open source the project as it still works for Unity's Built-in Render Pipeline.

Dynamic Decals

Description

Dynamic Decals is the decal solution built from the ground up to be fast, easy to use and flexible. Perfect for bullet holes, blood effects, projected UI elements and just about anything else you can think of!

No more fiddling with quads to avoid z-fighting, or re-projecting / recalculating decal meshes every time you want to move a decal. Just drop a projection renderer onto an empty gameObject and setup your projection. You can save it as a prefab and spawn it like any other gameObject, as well as move, rotate and scale it at run-time without issue. It's that easy.

On top of this, Llockham-Industries has built a fast fully featured and flexible pooling system, a layered masking system and some "Printers" & "Positioners" to help users with no programming experience use the system.

New Version 2.0 Features

  • GPU instancing with per-instance properties and atlassing.
  • Animated projections.
  • Additive & Multiplicative projections.
  • Masking via Unity layers.

Key Features

  • Print and manipulate decals at run-time.
  • Project decals onto skinned meshes.
  • Overlap and order decals.
  • Clean, simple editor integration.
  • Run-time Printers & Positioners.
  • Omni-directional Projections.
  • Mobile & VR support
  • Support for Deferred & Forward rendering paths & all shader models.
  • Full source code included.
  • Zero setup required.

About

Decal solution for Unity's Built-In Render Pipeline

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 78.6%
  • ShaderLab 16.3%
  • HLSL 5.1%