All Projects → jean-moreno → Edgedetect Postprocessingunity

jean-moreno / Edgedetect Postprocessingunity

Unity legacy Edge Detect image effect ported to Post Processing Stack v2

Labels

Projects that are alternatives of or similar to Edgedetect Postprocessingunity

Reeseunitydemos
Unity packages and demos—emphasizing ECS, jobs and the Burst compiler—by me, Reese.
Stars: ✭ 232 (-5.69%)
Mutual labels:  unity
Unitysizeexplorer
Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size
Stars: ✭ 242 (-1.63%)
Mutual labels:  unity
Unitysocketprotobuf3demo
主要实现了用Unity对接了Leaf服务器。其次带了些小工具。
Stars: ✭ 244 (-0.81%)
Mutual labels:  unity
Mesh Cutter
Simple mesh cutting algorithm that works on simple 3d manifold objects with genus 0
Stars: ✭ 237 (-3.66%)
Mutual labels:  unity
Il2cppdumper
Unity il2cpp reverse engineer
Stars: ✭ 3,362 (+1266.67%)
Mutual labels:  unity
Midianimationtrack
SMF (.mid) file importer for Unity Timeline
Stars: ✭ 243 (-1.22%)
Mutual labels:  unity
Nodulus
Puzzle game with clever twists (Unity3d)
Stars: ✭ 232 (-5.69%)
Mutual labels:  unity
Gameframework
This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.
Stars: ✭ 3,318 (+1248.78%)
Mutual labels:  unity
Ezsoftbone
A simple kinetic simulator for Unity, you can use it to simulate hair/tail/breast/skirt and other soft objects
Stars: ✭ 241 (-2.03%)
Mutual labels:  unity
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-0.81%)
Mutual labels:  unity
Proceduralterrain
Procedural voxel terrain generation in Unity
Stars: ✭ 237 (-3.66%)
Mutual labels:  unity
Fusion
Unity Physics on GPU
Stars: ✭ 236 (-4.07%)
Mutual labels:  unity
Unity Shader Basics Tutorial
A introduction into creating shaders for Unity
Stars: ✭ 243 (-1.22%)
Mutual labels:  unity
Smart Hierarchy
Better hierarchy for Unity.
Stars: ✭ 234 (-4.88%)
Mutual labels:  unity
Cradle
Play Twine stories in Unity.
Stars: ✭ 242 (-1.63%)
Mutual labels:  unity
Hololenscamerastream
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).
Stars: ✭ 233 (-5.28%)
Mutual labels:  unity
Edgar Unity
Unity Procedural Level Generator
Stars: ✭ 237 (-3.66%)
Mutual labels:  unity
Osmtrafficsim
TrafficSim using Unity ECS 2019.3
Stars: ✭ 246 (+0%)
Mutual labels:  unity
Scriptablerenderpipeline
Scriptable Render Pipeline
Stars: ✭ 2,639 (+972.76%)
Mutual labels:  unity
Cosinegradient
Cosine gradient generator for Unity
Stars: ✭ 244 (-0.81%)
Mutual labels:  unity

EdgeDetect-PostProcessingUnity

Port of the legacy Unity "Edge Detect Normals" image effect to Post Processing Stack v2

Screenshot

Installation

Place the EdgeDetect-PostProcessingUnity folder anywhere in your project, and make sure that Post Processing Stack v2 is in the project as well.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].