From 6ea4f6cda1953157fb02d098b54b0515238dda44 Mon Sep 17 00:00:00 2001 From: Fatimah Mohd Fauzi Date: Thu, 26 Feb 2026 08:15:25 +0000 Subject: [PATCH] DOCG-8438 Add BIRP deprecation notice --- com.unity.postprocessing/Documentation~/requirements.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/com.unity.postprocessing/Documentation~/requirements.md b/com.unity.postprocessing/Documentation~/requirements.md index 664e64fa783..b9edebd8411 100644 --- a/com.unity.postprocessing/Documentation~/requirements.md +++ b/com.unity.postprocessing/Documentation~/requirements.md @@ -12,10 +12,13 @@ The **Post processing** package is compatible with the following versions of the This package is compatible with the following render pipeline versions: -* Built-in render pipeline. +* Built-In Render Pipeline. * Universal Render Pipeline (URP) 7.x, with Unity 2018 LTS, and 2019 LTS. Certain effects are not compatible with URP. * Scriptable Render Pipeline (SRP). +> [!IMPORTANT] +> In Unity 6.5 and newer, the Built-In Render Pipeline is deprecated and will be made obsolete in a future release. For more information, refer to [Migrating from the Built-In Render Pipeline to URP](https://docs.unity3d.com/6000.5/Documentation/Manual/urp/upgrading-from-birp.html) and [Render pipeline feature comparison](https://docs.unity3d.com/6000.5/Documentation/Manual/urp/upgrading-from-birp.html). + ## Unity Player system requirements This package does not add any platform-specific requirements to Unity. For more information on Unity system requirements, see [System requirements for Unity](https://docs.unity3d.com/Manual/system-requirements.html).