Skip to content

Commit 39b63d3

Browse files
Update deprecation banner
1 parent 6ea4f6c commit 39b63d3

22 files changed

Lines changed: 44 additions & 3 deletions

com.unity.postprocessing/Documentation~/Ambient-Occlusion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ambient Occlusion
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Ambient Occlusion** effect calculates points in your scene that are exposed to ambient lighting. It then darkens areas that are hidden from the ambient light, such as creases, holes, and spaces between objects which are close together.
46

57
You can achieve the **Ambient Occlusion** effect in two ways: in real-time as a full-screen post-processing effect, or as a baked lighting effect (see [Baked Ambient Occlusion](https://docs.unity3d.com/Manual/LightingBakedAmbientOcclusion.html)). The real-time **Ambient Occlusion** effect can be resource-intensive, which makes it better for desktop or console platforms. Its impact on processing time depends on screen resolution and effects properties.

com.unity.postprocessing/Documentation~/Anti-aliasing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Anti-aliasing
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Anti-aliasing** effect softens the appearance of edges in your scene. To do this, it surrounds the edge with similar points of color. This reduces the jagged effect caused by [aliasing](https://en.wikipedia.org/wiki/Aliasing).
46

57
![Example of anti-aliasing smoothing the edges of shapes](images/screenshot-antialiasing.png)

com.unity.postprocessing/Documentation~/Auto-Exposure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Auto Exposure
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Auto Exposure** effect simulates how the human eye adjusts to changes in brightness in real-time. To do this, it dynamically adjusts the exposure of an image to match its mid-tone.
46

57
In Unity, this effect generates a histogram on every frame and filters it to find the average luminance value. This histogram and the **Auto Exposure** effect requires [Compute shader](https://docs.unity3d.com/Manual/class-ComputeShader.html) support.

com.unity.postprocessing/Documentation~/Bloom.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Bloom
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Bloom** effect makes bright areas in your image glow. To do this, it creates fringes of light that extend from bright areas in your image. This simulates the effect a real-world camera gives when light overwhelms the lens.
46

57
The Bloom effect also has a **Dirtiness** feature, which you can use to apply a full-screen layer of smudges or dust to diffract the Bloom effect.

com.unity.postprocessing/Documentation~/Chromatic-Aberration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Chromatic Aberration
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Chromatic Aberration** effect splits color along boundaries in an image into their red, green, and blue channels. This reproduces the effect a real-world camera produces when light refracts and causes the wavelengths to disperse in the lens.
46

57
Unity provides support for red/blue and green/purple fringing. You can define fringing colors by using an input texture.

com.unity.postprocessing/Documentation~/Color-Grading.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Color Grading
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Color Grading** effect alters or corrects the color and luminance of the final image that Unity produces. You can use this to alter the look and feel of your application.
46

57
![Three examples of how you can use Color Grading](images/screenshot-grading.png)

com.unity.postprocessing/Documentation~/Debugging-Post-processing-effects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Debugging Post-processing effects
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Post-process Debug** component displays real-time data about post-processing effects. You can use this data to debug your post-processing effects, and to see the results of adjusting your effects in real time.
46

57
When you attach the Post-Process Debug component to a GameObject with a Camera component, the Post-Process Debug component displays its data on top of that Camera's output. You can use the Post-process Debug component in the Unity Editor, or when your application is running on a device.

com.unity.postprocessing/Documentation~/Deferred-Fog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Deferred Fog
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Deferred Fog** effect simulates the look of fog or mist in outdoor environments. To do this, it overlays a color onto objects depending on how far away they are from the Camera.
46

57
![Scene rendered with Deferred Fog enabled](images/screenshot-fog.png)

com.unity.postprocessing/Documentation~/Depth-of-Field.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Depth of Field
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Depth of Field** effect blurs the background of your image while the objects in the foreground stay in focus. This simulates the focal properties of a real-world camera lens.
46

57
![A scene with the Depth of Field effect applied](images/screenshot-dof.png)

com.unity.postprocessing/Documentation~/Grain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Grain
22

3+
[!include[birp-deprecation-message](snippets/birp-deprecation-message.md)]
4+
35
The **Grain** effect overlays film noise onto your image. Film noise is the effect that real-world cameras produce when small particles in the camera’s film give the image a coarse, unprocessed effect.
46
Unity’s **Grain** effect is based on a coherent gradient noise. This gives your game a gritty effect that simulates the imperfections of film.
57

0 commit comments

Comments
 (0)