From db5aea4c5e546a8e70770b127607ed2bc9dbf86d Mon Sep 17 00:00:00 2001 From: Oleksandr Kokoshyn Date: Wed, 22 Apr 2020 17:06:33 +0200 Subject: [PATCH] DOC-1734 Back-porting the upgrade guidelines for 7.4, 8.1, 9.0. --- .../Documentation~/TableOfContents.md | 11 ++++++++--- .../Documentation~/upgrade-guide-7-4-0.md | 13 +++++++++++++ .../Documentation~/upgrade-guide-8-0-0.md | 13 +++++++++++++ .../Documentation~/upgrade-guide-8-1-0.md | 17 +++++++++++++++++ .../Documentation~/upgrade-guide-9-0-x.md | 17 +++++++++++++++++ .../Documentation~/upgrade-guides.md | 4 ++++ 6 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 com.unity.render-pipelines.universal/Documentation~/upgrade-guide-7-4-0.md create mode 100644 com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-0-0.md create mode 100644 com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-1-0.md create mode 100644 com.unity.render-pipelines.universal/Documentation~/upgrade-guide-9-0-x.md diff --git a/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md b/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md index 78440022543..f2aed8d1d4f 100644 --- a/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md +++ b/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md @@ -6,8 +6,13 @@ * [Install URP into an existing Project](InstallURPIntoAProject.md) * [The Universal Render Pipeline Asset](universalrp-asset.md) * [Upgrade guides](upgrade-guides.md) - * [Upgrade to URP 7.2.0](upgrade-guide-7-2-0.md) - * [Upgrade from LWRP to URP](upgrade-lwrp-to-urp.md) + * [Upgrading to URP 9.0.x](upgrade-guide-9-0-x.md) + * [Upgrading to URP 8.1.0](upgrade-guide-8-1-0.md) + * [Upgrading to URP 8.0.0](upgrade-guide-8-0-0.md) + * [Upgrading to URP 7.4.0](upgrade-guide-7-4-0.md) + * [Upgrading to URP 7.3.0](upgrade-guide-7-3-0.md) + * [Upgrading to URP 7.2.0](upgrade-guide-7-2-0.md) + * [Upgrading from LWRP to URP](upgrade-lwrp-to-urp.md) * [Rendering](rendering-in-universalrp.md) * [Lighting](lighting.md) * [Light component reference](light-component) @@ -68,7 +73,7 @@ * [HDR emulation scale](HDREmulationScale.md) * [Light Blend Styles](LightBlendStyles.md) - + * [2D Shadows](2DShadows.md) * [2D Renderer and Shader Graph](ShaderGraph.md) * [2D Pixel Perfect](2d-pixelperfect.md) diff --git a/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-7-4-0.md b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-7-4-0.md new file mode 100644 index 00000000000..0eff9df8296 --- /dev/null +++ b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-7-4-0.md @@ -0,0 +1,13 @@ +# Upgrading to version 7.4.0 of the Universal Render Pipeline + +This page describes how to upgrade from an older version of the Universal Render Pipeline (URP) to version 7.4.0. + +## Upgrading from URP 7.2.x and later + +1. URP 7.4.0 does not have breaking changes compared with URP 7.2.x and later. To upgrade URP to version 7.4.0, install the new version of the package. + +## Upgrading from URP 7.0.x-7.1.x + +1. Upgrade to URP 7.2.0 first. Refer to [Upgrading to version 7.2.0 of the Universal Render Pipeline](upgrade-guide-7-2-0). + +2. Perform the procedure **Upgrading from URP 7.2.x**. diff --git a/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-0-0.md b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-0-0.md new file mode 100644 index 00000000000..801e81aff71 --- /dev/null +++ b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-0-0.md @@ -0,0 +1,13 @@ +# Upgrading to version 8.0.0 of the Universal Render Pipeline + +This page describes how to upgrade from an older version of the Universal Render Pipeline (URP) to version 8.0.0. + +## Upgrading from URP 7.2.x and later + +1. URP 8.x.x does not support the package Post-Processing Stack v2. If your Project uses the package Post-Processing Stack v2, migrate the effects that use this package first. + +## Upgrading from URP 7.0.x-7.1.x + +1. Upgrade to URP 7.2.0 first. Refer to [Upgrading to version 7.2.0 of the Universal Render Pipeline](upgrade-guide-7-2-0). + +2. URP 8.x.x does not support the package Post-Processing Stack v2. If your Project uses the package Post-Processing Stack v2, migrate the effects that use this package first. diff --git a/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-1-0.md b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-1-0.md new file mode 100644 index 00000000000..9fd7374f299 --- /dev/null +++ b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-1-0.md @@ -0,0 +1,17 @@ +# Upgrading to version 8.1.x of the Universal Render Pipeline + +This page describes how to upgrade from an older version of the Universal Render Pipeline (URP) to version 8.1.x. + +## Upgrading from URP 8.0.x + +1. URP 8.1.x does not have breaking changes compared with URP 8.0.x. To upgrade URP to version 8.1.x, install the new version of the package. + +## Upgrading from URP 7.2.x and later 7.x releases + +1. URP 8.x.x does not support the package Post-Processing Stack v2. If your Project uses the package Post-Processing Stack v2, migrate the effects that use this package first. + +## Upgrading from URP 7.0.x-7.1.x + +1. Upgrade to URP 7.2.0 first. Refer to [Upgrading to version 7.2.0 of the Universal Render Pipeline](upgrade-guide-7-2-0). + +2. URP 8.x.x does not support the package Post-Processing Stack v2. If your Project uses the package Post-Processing Stack v2, migrate the effects that use this package first. diff --git a/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-9-0-x.md b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-9-0-x.md new file mode 100644 index 00000000000..921048735ca --- /dev/null +++ b/com.unity.render-pipelines.universal/Documentation~/upgrade-guide-9-0-x.md @@ -0,0 +1,17 @@ +# Upgrading to version 9.0.x of the Universal Render Pipeline + +This page describes how to upgrade from an older version of the Universal Render Pipeline (URP) to version 9.0.x. + +## Upgrading from URP 8.0.x and later 8.x releases + +1. URP 9.0.x does not have breaking changes compared with URP 8.x.x. To upgrade URP to version 9.0.x, install the new version of the package. + +## Upgrading from URP 7.2.x and later 7.x releases + +1. URP 9.x.x does not support the package Post-Processing Stack v2. If your Project uses the package Post-Processing Stack v2, migrate the effects that use that package first. + +## Upgrading from URP 7.0.x-7.1.x + +1. Upgrade to URP 7.2.0 first. Refer to [Upgrading to version 7.2.0 of the Universal Render Pipeline](upgrade-guide-7-2-0). + +2. URP 8.x.x does not support the package Post-Processing Stack v2. If your Project uses the package Post-Processing Stack v2, migrate the effects that use that package first. diff --git a/com.unity.render-pipelines.universal/Documentation~/upgrade-guides.md b/com.unity.render-pipelines.universal/Documentation~/upgrade-guides.md index 56a62366614..4a6bff5f55e 100644 --- a/com.unity.render-pipelines.universal/Documentation~/upgrade-guides.md +++ b/com.unity.render-pipelines.universal/Documentation~/upgrade-guides.md @@ -2,6 +2,10 @@ This section contains information about upgrading from an older version of the Universal Render Pipeline (URP) to a more recent version, and about upgrading from the Lightweight Render Pipeline (LWRP) to URP. +* [Upgrading to URP 9.0.x](upgrade-guide-9-0-x.md) +* [Upgrading to URP 8.1.0](upgrade-guide-8-1-0.md) +* [Upgrading to URP 8.0.0](upgrade-guide-8-0-0.md) +* [Upgrading to URP 7.4.0](upgrade-guide-7-4-0.md) * [Upgrading to URP 7.3.0](upgrade-guide-7-3-0.md) * [Upgrading to URP 7.2.0](upgrade-guide-7-2-0.md) * [Upgrading from LWRP to URP](upgrade-lwrp-to-urp.md)