Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/blending.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Blend Shaders** 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/blending.git
```

[![pkglnk](https://www.pkglnk.dev/badge/blending.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/blending)

README

Blend Shaders

The Blend Shaders package contains over 20 shaders for blending textures and sprites in Unity (based on Photoshop's blend modes), and it contains a cginc file with a standalone function for each of the blend modes.

Supported Modes

  • Add
  • Average
  • Color Burn
  • Color Dodge
  • Darken
  • Difference
  • Exclusion
  • Glow
  • Hard Light
  • Hard Mix
  • Lighten
  • Linear Dodge
  • Linear Light
  • Multiply
  • Negation
  • Overlay
  • Phoenix
  • Pin Light
  • Reflect
  • Screen
  • Soft Light
  • Subtract
  • Vivid Light

Installation

Use the Unity Package Manager to install the Blend Shaders package.

  1. Open the Package Manager in Window > Package Manager
  2. Click the add (+) button in the status bar
  3. Select Add package from git URL from the add menu
  4. Enter the following Git URL in the text box and click Add:
https://github.com/zigurous/unity-blend-shaders.git

Comments

No comments yet. Be the first!