Skip to content

Commit b5fd8e5

Browse files
authored
DOC-1735 Back-porting the Requirements page update. (#214)
1 parent 66954cd commit b5fd8e5

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@
44

55
The Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline, made by Unity. URP provides artist-friendly workflows that let you quickly and easily create optimized graphics across a range of platforms, from mobile to high-end consoles and PCs.
66

7-
URP is supported on the following platforms:
8-
* Windows and UWP
9-
* Mac and iOS
10-
* Android
11-
* XBox One
12-
* PlayStation4
13-
* Nintendo Switch
14-
* WebGL
15-
* All current VR platforms
7+
## Requirements
168

17-
**Note:** Projects made using URP are not compatible with the High Definition Render Pipeline (HDRP) or the Built-in Render Pipeline. Before you start development, you must decide which render pipeline to use in your Project. For information on choosing a render pipeline, see [the Render Pipelines section of the Unity Manual](https://docs.unity3d.com/2019.3/Documentation/Manual/render-pipelines.html).
9+
For information about requirements and compatibility, see section [Requirements](requirements.md).
1810

1911
## What's new in URP
2012
For information on what's new in the latest version of URP, see the [Changelog](../changelog/CHANGELOG.html).
@@ -23,4 +15,4 @@ For information on what's new in the latest version of URP, see the [Changelog](
2315
For information on starting a new URP Project from scratch, or about installing URP in an existing Unity Project, see [Getting started](InstallingAndConfiguringURP.md).
2416

2517
## Upgrading
26-
For information on upgrading from a previous version of URP to the current version, or for information about upgrading from the Lightweight Render Pipeline (LWRP) to URP, see [Upgrade guides](upgrade-guides.md).
18+
For information on upgrading from a previous version of URP to the current version, or for information about upgrading from the Lightweight Render Pipeline (LWRP) to URP, see [Upgrade guides](upgrade-guides.md).
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Requirements and compatibility
2+
3+
This page contains information on system requirements and compatibility of this package.
4+
5+
## Unity Editor compatibility
6+
7+
The following table shows the compatibility of URP package versions with different Unity Editor versions.
8+
9+
| Package version | Minimum Unity version | Maximum Unity version |
10+
|-----------------|-----------------------|-----------------------|
11+
| 9.x.x | 2020.1.0a23 | 2020.2.x |
12+
| 8.x.x | 2020.1.0a23 | 2020.1.x |
13+
| 7.3.x | 2019.3.2f1 | 2019.4.x |
14+
| 7.2.x | 2019.3.0f6 | 2019.4.x |
15+
| 7.1.8 | 2019.3.0f3 | 2019.4.x |
16+
17+
## Render pipeline compatibility
18+
19+
Projects made using URP are not compatible with the High Definition Render Pipeline (HDRP) or the Built-in Render Pipeline. Before you start development, you must decide which render pipeline to use in your Project. For information on choosing a render pipeline, see the [Render Pipelines](https://docs.unity3d.com/2019.3/Documentation/Manual/render-pipelines.html) section of the Unity Manual.
20+
21+
## Unity Player system requirements
22+
23+
This package does not add any extra platform-specific requirements. General system requirements for the Unity Player apply. For more information on Unity system requirements, see [System requirements for Unity](https://docs.unity3d.com/Manual/system-requirements.html).

0 commit comments

Comments
 (0)