[PPV2] Deprecating the package as Birp is being deprecated.#8304
Draft
alex-vazquez-unity3d wants to merge 3 commits into
Draft
[PPV2] Deprecating the package as Birp is being deprecated.#8304alex-vazquez-unity3d wants to merge 3 commits into
alex-vazquez-unity3d wants to merge 3 commits into
Conversation
theo-at-unity
approved these changes
Jun 3, 2026
Collaborator
theo-at-unity
left a comment
There was a problem hiding this comment.
LGTM but I will let @BenGraterUnity chime in about the questions you had on Slack.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please read the Contributing guide before making a PR.
Checklist for PR maker
need-backport-*label. After you backport thePR, the label changes to
backported-*.CHANGELOG.mdfile.change the behavior of a feature, it's best practice to include related documentation changes in the same PR. If you
do add documentation, make sure to add the relevant Graphics Docs team member as a reviewer of the PR. If you are not
sure which person to add, see the Docs team contacts contacts
sheet.
don't cover, please add a graphic test.
Purpose of this PR
Officially deprecate Post Processing Stack v2 (
com.unity.postprocessing) package.This package is no longer actively developed as Unity's rendering pipelines (URP/HDRP) now have integrated
Volume-based post-processing systems. This PR adds comprehensive deprecation notices across all user touchpoints:
[Obsolete]attributes on core APIs (PostProcessVolume,PostProcessLayer,PostProcessProfile)Key technical changes:
deprecatedfield topackage.jsonwith migration guidanceTesting status
Manual Testing:
PostProcessVolume,PostProcessLayer,PostProcessProfileModified Modules:
com.unity.render-pipelines.universal/Editor/Tools/Converters/PPv2/PPv2Converter.cs- Suppressed CS0618 for PPv2converter tool
No graphic tests needed - This is a deprecation notice feature, not a rendering feature change.
Comments to reviewers
For Graphics Docs team: Please review the documentation changes:
com.unity.postprocessing/Documentation~/snippets/birp-deprecation-message.md- Enhanced deprecation bannercom.unity.postprocessing/CHANGELOG.md- Added [Unreleased] section (version number TBD by release management)Version strategy:
3.5.4inpackage.jsonfor release management to decide[Unreleased]section