Skip to content

[7.x.x Backport] DOC-1734 Back-porting the upgrade guidelines for 7.4, 8.1, 9.0. #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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**.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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)