Projection Decals for Unity's Universal Render Pipeline.
Add to Unity Package Manager
Paste this URL into Unity's Window › Package Manager › + › Add package from git URL,
or click Install.
https://www.pkglnk.dev/crazyshader-decals.git README
Rendered from GitHubkDecals
Projection Decals for Unity's Universal Render Pipeline.
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 thedependencieslist. - kDecals has a dependency on kPooling. Add
"com.kink3d.pooling": "https://github.com/Kink3d/kPooling.git"to thedependencieslist. - Open or focus on Unity Editor to resolve packages.
Requirements
- Unity 2019.3.0f3 or higher.
Versions 0
No versions tracked yet.
Dependencies 0
No dependencies.
Changelog 0 releases
No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.
README Markdown
Copy this to your project's README.md
## Installation
Add **kDecals** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/crazyshader-decals.git
```
[](https://www.pkglnk.dev/pkg/crazyshader-decals)Used by 1
Projects 1
Embed badge README snippet
[](https://www.pkglnk.dev/pkg/crazyshader-decals) <a href="https://www.pkglnk.dev/pkg/crazyshader-decals"><img src="https://www.pkglnk.dev/badge/crazyshader-decals.svg" alt="pkglnk installs"></a> https://www.pkglnk.dev/badge/crazyshader-decals.svg Comments
No comments yet. Be the first!

Sign in to join the conversation
Sign In