Skip to content

Commit c22b75c

Browse files
authored
DOC-1734 Added the upgrade guidelines for 7.4, 8.1, 9.0. (#216)
1 parent be4a0c5 commit c22b75c

File tree

6 files changed

+59
-4
lines changed

6 files changed

+59
-4
lines changed

com.unity.render-pipelines.universal/Documentation~/TableOfContents.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
* [Install URP into an existing Project](InstallURPIntoAProject.md)
88
* [The Universal Render Pipeline Asset](universalrp-asset.md)
99
* [Upgrade guides](upgrade-guides.md)
10-
* [Upgrade to URP 7.2.0](upgrade-guide-7-2-0.md)
11-
* [Upgrade from LWRP to URP](upgrade-lwrp-to-urp.md)
10+
* [Upgrading to URP 9.0.x](upgrade-guide-9-0-x.md)
11+
* [Upgrading to URP 8.1.0](upgrade-guide-8-1-0.md)
12+
* [Upgrading to URP 8.0.0](upgrade-guide-8-0-0.md)
13+
* [Upgrading to URP 7.4.0](upgrade-guide-7-4-0.md)
14+
* [Upgrading to URP 7.3.0](upgrade-guide-7-3-0.md)
15+
* [Upgrading to URP 7.2.0](upgrade-guide-7-2-0.md)
16+
* [Upgrading from LWRP to URP](upgrade-lwrp-to-urp.md)
1217
* [Rendering](rendering-in-universalrp.md)
1318
* [Lighting](lighting.md)
1419
* [Light component reference](light-component)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Upgrading to version 7.4.0 of the Universal Render Pipeline
2+
3+
This page describes how to upgrade from an older version of the Universal Render Pipeline (URP) to version 7.4.0.
4+
5+
## Upgrading from URP 7.2.x and later
6+
7+
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.
8+
9+
## Upgrading from URP 7.0.x-7.1.x
10+
11+
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).
12+
13+
2. Perform the procedure **Upgrading from URP 7.2.x**.

com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-0-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This page describes how to upgrade from an older version of the Universal Render
44

55
## Upgrading from URP 7.2.x and later
66

7-
1. URP 8.0.0 does not support the package Post-processing v2. If your Project uses the package Post-processing v2, upgrade the effects that use this package first.
7+
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.
88

99
## Upgrading from URP 7.0.x-7.1.x
1010

1111
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).
1212

13-
2. URP 8.0.0 does not support the package Post-processing v2. If your Project uses the package Post-processing v2, upgrade the effects that use this package first.
13+
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.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Upgrading to version 8.1.x of the Universal Render Pipeline
2+
3+
This page describes how to upgrade from an older version of the Universal Render Pipeline (URP) to version 8.1.x.
4+
5+
## Upgrading from URP 8.0.x
6+
7+
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.
8+
9+
## Upgrading from URP 7.2.x and later 7.x releases
10+
11+
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.
12+
13+
## Upgrading from URP 7.0.x-7.1.x
14+
15+
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).
16+
17+
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.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Upgrading to version 9.0.x of the Universal Render Pipeline
2+
3+
This page describes how to upgrade from an older version of the Universal Render Pipeline (URP) to version 9.0.x.
4+
5+
## Upgrading from URP 8.0.x and later 8.x releases
6+
7+
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.
8+
9+
## Upgrading from URP 7.2.x and later 7.x releases
10+
11+
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.
12+
13+
## Upgrading from URP 7.0.x-7.1.x
14+
15+
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).
16+
17+
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.

com.unity.render-pipelines.universal/Documentation~/upgrade-guides.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
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.
44

5+
* [Upgrading to URP 9.0.x](upgrade-guide-9-0-x.md)
6+
* [Upgrading to URP 8.1.0](upgrade-guide-8-1-0.md)
57
* [Upgrading to URP 8.0.0](upgrade-guide-8-0-0.md)
8+
* [Upgrading to URP 7.4.0](upgrade-guide-7-4-0.md)
69
* [Upgrading to URP 7.3.0](upgrade-guide-7-3-0.md)
710
* [Upgrading to URP 7.2.0](upgrade-guide-7-2-0.md)
811
* [Upgrading from LWRP to URP](upgrade-lwrp-to-urp.md)

0 commit comments

Comments
 (0)