Skip to content

Commit 5647967

Browse files
Apply suggestions from code review
Co-authored-by: alex-vazquez-unity3d <129046031+alex-vazquez-unity3d@users.noreply.github.com>
1 parent f60da04 commit 5647967

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

com.unity.postprocessing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
- **The entire `com.unity.postprocessing` package is now deprecated and no longer actively developed.**
1111
- For URP and HDRP projects, migrate to the integrated Volume-based post-processing system.
1212
- For Built-in Render Pipeline projects, consider migrating to URP.
13-
- See [Post-processing Overview](https://docs.unity3d.com/Manual/PostProcessingOverview.html) for migration guidance.
13+
- See [Post-processing Overview](https://docs.unity3d.com/Manual/urp/upgrading-from-birp.html) for migration guidance.
1414
- Added `[Obsolete]` attributes to `PostProcessVolume`, `PostProcessLayer`, and `PostProcessProfile` classes.
1515
- Added startup dialog notification that appears once per Unity session, with optional "Don't ask again on this computer" checkbox for permanent dismissal.
1616

com.unity.postprocessing/PostProcessing/Editor/DeprecationNotice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static void ShowDeprecationDialog()
4040
"For URP and HDRP projects, use the integrated post-processing via the Volume framework.\n\n" +
4141
"For Built-in Render Pipeline projects, consider migrating to URP.\n\n" +
4242
"See documentation for migration guidance:\n" +
43-
"https://docs.unity3d.com/Manual/PostProcessingOverview.html",
43+
"https://docs.unity3d.com/Manual/urp/upgrading-from-birp.html",
4444
"OK",
4545
DialogOptOutDecisionType.ForThisUser,
4646
k_DialogOptOutKey);

0 commit comments

Comments
 (0)