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/track/edge-detection.git

README

EdgeDetection

PRs Welcome


Description

Unity post-processing Edge Detection and Outline. This repository is a fork of EdgeDetect-PostProcessingUnity, that ports legacy Unity "Edge Detect Normals" image effect to Post Processing Stack v2, adding new features and modifications.

Edge Detection Screenshot
Edge Detection Off
Triangle Depth Normals
Roberts Cross Depth Normals
Sobel Depth
Sobel Depth Thin
Triangle Luminance

Added features:

Feature Screenshot
Edge Color Picker
Forward/Deferred Fog Support

Installation

This effect require Post Processing Stack v2 added to your project. You can add it by Package Manager or Asset Store.

Download lastest unity package version and add it to your proyect or clone/download this repository and place the EdgeDetection folder anywhere in your project and it will be available in your PostProcessing Volume Profile.

Unity Package Manager - Install

Also you can install it with Unity Package Manager (UPM). Find the "manifest.json" file in the "Packages" folder in your project root and edit it to add following line in dependencies section:

{
  "dependencies": {
    "com.agm.edge-detection": "https://github.com/AGM-GR/EdgeDetection.git#1.1.0",
    ...
  }
}

Change #x.x.x version number to update package.


Usage

The new effect should be available for a post processing profile with different injection points:

  • Add effect... > Unity Legacy > Edge Detection (Before Transparent) Will render the Edge Detect effect before transparent objects are rendered, recommended for Legacy renderer (doesn't work with Scriptable Render Pipelines at time of writing - september 2018)
  • Add effect... > Unity Legacy > Edge Detection (Before Stack) Will render the Edge Detect effect before the built-in Post Processing Stack effects, recommended for Scriptable Render Pipelines
  • Add effect... > Unity Legacy > Edge Detection (After Stack) Will render the Edge Detect effect after the built-in Post Processing Stack effects, if you want the edges to appear on top of everything



Thanks to Jean Moreno.

Total Installs
0
Last 30 days
Unique IPs
0
Approximate users

Installs Over Time

Operating Systems

No data yet

Top Countries

No data yet

Git Versions

No data yet

Embed Install Badge

Add an install count badge to your README

Style
Preview
pkglnk installs badge
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/edge-detection.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/edge-detection)
HTML
<a href="https://www.pkglnk.dev/pkg/edge-detection"><img src="https://www.pkglnk.dev/badge/edge-detection.svg?style=pkglnk" alt="pkglnk installs"></a>

Comments

No comments yet. Be the first!