Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cakeslice/outline-effect
Outline Image Effect for Unity
https://github.com/cakeslice/outline-effect
image-effects outline shaders unity
Last synced: 5 days ago
JSON representation
Outline Image Effect for Unity
- Host: GitHub
- URL: https://github.com/cakeslice/outline-effect
- Owner: cakeslice
- License: mit
- Created: 2015-03-26T16:25:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T16:34:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T11:05:55.798Z (5 days ago)
- Topics: image-effects, outline, shaders, unity
- Language: C#
- Size: 3.87 MB
- Stars: 1,507
- Watchers: 66
- Forks: 201
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Outline Effect
======================
Outline Image Effect for Unity![](http://i.imgur.com/CuUDPyk.jpg "Outline Image Effect for Unity")
FEATURES:
------------
Sprite/Line/Mesh renderer supportHDR support (useful for bloom, etc...)
Alpha cutout option
Additive outline rendering option
Merged outline between renderers (or you can add outlines between different colors)
Erase option to keep outlines behind specific renderers
Per renderer color support (up to three different colors)
INSTALLATION:
------------
Option #1 (Recommended): Use [OpenUPM](https://openupm.com/packages/com.cakeslice.outline-effect/) or add the package using the Package Manager: `https://github.com/cakeslice/Outline-Effect.git` (Add from git URL)Option #2: Download from the Asset Store: https://assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/outline-effect-78608
Option #3: Download the files and place them anywhere in the Assets folder of your Unity project
USAGE:
------------
Add "Outline Effect" component to cameraAdd "Outline" component to renderers
SUPPORT:
------------
[Twitter @cakeslice_dev](https://twitter.com/cakeslice_dev)[Unity Forum Thread](https://forum.unity3d.com/threads/free-open-source-outline-image-effect.314362)