From 5245c0fb01ac818a0ead616b4be04323d732c4f5 Mon Sep 17 00:00:00 2001 From: Priya Date: Fri, 17 Sep 2021 10:24:43 +0100 Subject: [PATCH] removed NDA package names --- .../Documentation~/Building-For-Consoles.md | 18 +++++++----------- .../Documentation~/TableOfContents.md | 3 +-- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/com.unity.render-pipelines.universal/Documentation~/Building-For-Consoles.md b/com.unity.render-pipelines.universal/Documentation~/Building-For-Consoles.md index 346ecabe2d4..64b8ad212eb 100644 --- a/com.unity.render-pipelines.universal/Documentation~/Building-For-Consoles.md +++ b/com.unity.render-pipelines.universal/Documentation~/Building-For-Consoles.md @@ -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). diff --git a/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md b/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md index acb5b60462f..67d484749df 100644 --- a/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md +++ b/com.unity.render-pipelines.universal/Documentation~/TableOfContents.md @@ -1,5 +1,6 @@ * [Universal Render Pipeline](index.md) * [Requirements](requirements) + * [Building for Closed platform](Building-For-Consoles.md) * [What's new in URP 10](whats-new/urp-whats-new.md) * [Features]() * [Feature Comparison with the Built-in Render Pipeline](universalrp-builtin-feature-comparison.md) @@ -111,7 +112,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)