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/gregoiredelzongle-postprocessing.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Gregou Post Processing Collection** 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/gregoiredelzongle-postprocessing.git
```

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

Dependencies (1)

README

Gregou Post Processing

openupm

Collection of various post processing effects for Unity (Tested with Unity 2020.3.8f1).

Installation

Package Manager (recommanded)

  1. In your Unity projet go to Window/Package Manager
  2. In the Package Manager window, click on the top left + icon, then choose "Add package from git URL" and paste : https://github.com/gregoiredelzongle/Gregou-PostProcessing.git then click on add.

Unity Package

  1. Go to the Release tab on the right, to get the latest .unitypackage

Usage

  1. Post Processing Stack V2 Quick start
  2. You can add more effects under "Gregou" dropdown list (see below for effects description).

Effects

Gregou Dither

Gregou_Dither

Dithering effect similar to Lukas Pope's Obra Dinn image effect.

Parameters Description
Iterations Error diffusion iterations (more means more diffused noise)
Sum Bias Bias for the error diffusion (for more or less aligned patterns)
Dither Color Apply optional color inside the dither pattern
Color Blend Blend between source image and color for the dither pattern
Background Color Apply optional color outside the dither pattern
Background Color Blend Blend between source image and color outside the dither pattern

Gregou Edge Detection

Gregou_EdgeDetection

Edge detection effect using Sobel.

Parameters Description
Outline Color Set color for the outline (black by default)
Background Color Optional Background color (transparent by default)
Color Bias Normal Bias for the sobel algorithm
Outline Width Width in pixels

Comments

No comments yet. Be the first!