Skip to content
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
@@ -1,16 +1,12 @@
# Building your Project for consoles
# Building your Project for Closed platforms

To build a Project for the **PlayStation 4**, **PlayStation 5**, **Xbox Series**, **Game Core Xbox One** or **Xbox One**, you need to install an additional package for each platform you want to support. The packages for each platform are:

- **PlayStation 4**: com.unity.render-pipelines.ps4
- **PlayStation 5**: com.unity.render-pipelines.ps5
- **Xbox One**: com.unity.render-pipelines.xboxone
- **Game Core Xbox Series**: com.unity.render-pipelines.gamecore
- **Game Core Xbox One**: com.unity.render-pipelines.gamecore
If you have a license to develop games for Closed platforms that require you to meet the confidentiality and legal agreements of the platform provider, then see the relevant developer forums for a link to the console specific render pipeline package.

## Platform package installation

To install a platform package, download it from the relevant platform developer forum (you cannot get these packages from the package registry or Package Manager). To do this:
Closed platform packages are not available in the package registry or the Package Manager.

To install a Closed platform package:

1. Download the package for the platform that your Project targets. You can find each package on its respective platform developer forum. The download link is in the same location as the Unity installer for that platform.
2. Use the Package Manager to install the package locally. For information on how to install local packages, see[ Installing a local package](https://docs.unity3d.com/Manual/upm-ui-local.html).
1. Download the package from the relevant developer forum.
2. Use the Package Manager to install the package locally. For information on how to install packages locally, see [ Installing a local package](https://docs.unity3d.com/Manual/upm-ui-local.html).
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* [Universal Render Pipeline](index.md)
* [Requirements](requirements)
* [Building for Closed platforms](Building-For-Consoles.md)
* [What's new in URP](whats-new/urp-whats-new.md)
* [Features]()
* [Feature Comparison with the Built-in Render Pipeline](universalrp-builtin-feature-comparison.md)
Expand Down Expand Up @@ -105,7 +106,5 @@
* [2D Pixel Perfect](2d-pixelperfect.md)
* [Cinemachine Pixel Perfect extension](pixel-cinemachine.md)

* [Building for consoles](Building-For-Consoles.md)

* [Frequently asked questions (FAQ)](faq.md)
* [Known issues](known-issues.md)