You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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**.
Copy file name to clipboardExpand all lines: com.unity.render-pipelines.universal/Documentation~/upgrade-guide-8-0-0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ This page describes how to upgrade from an older version of the Universal Render
4
4
5
5
## Upgrading from URP 7.2.x and later
6
6
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.
8
8
9
9
## Upgrading from URP 7.0.x-7.1.x
10
10
11
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
12
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.
# 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.
# 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.
Copy file name to clipboardExpand all lines: com.unity.render-pipelines.universal/Documentation~/upgrade-guides.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
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.
4
4
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)
5
7
*[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)
6
9
*[Upgrading to URP 7.3.0](upgrade-guide-7-3-0.md)
7
10
*[Upgrading to URP 7.2.0](upgrade-guide-7-2-0.md)
8
11
*[Upgrading from LWRP to URP](upgrade-lwrp-to-urp.md)
0 commit comments