From 08e9000a6bb796dd1eb898e87be59023917f8907 Mon Sep 17 00:00:00 2001 From: Oleksandr Kokoshyn Date: Thu, 28 May 2020 16:22:00 +0200 Subject: [PATCH] DOC-1978 Replaced the links to the old ScriptableRenderPipeline repo. --- com.unity.render-pipelines.universal/Documentation~/faq.md | 4 ++-- com.unity.shadergraph/README.md | 2 +- .../Packages/com.unity.template.hd/Documentation~/hd.md | 4 ++-- com.unity.template-hd/README.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/com.unity.render-pipelines.universal/Documentation~/faq.md b/com.unity.render-pipelines.universal/Documentation~/faq.md index 9e791fb09d2..838a5f8c83e 100644 --- a/com.unity.render-pipelines.universal/Documentation~/faq.md +++ b/com.unity.render-pipelines.universal/Documentation~/faq.md @@ -1,7 +1,7 @@ # Frequently asked questions (FAQ) This section answers some frequently asked questions about the Universal Render Pipeline (URP). These questions come from the [General Graphics](https://forum.unity.com/forums/general-graphics.76/) section on our forums, from the [Unity Discord](https://discord.gg/unity) channel, and from our support teams. -For information about the High Definition Render Pipeline (HDRP), please see the [HDRP documentation](https://github.com/Unity-Technologies/ScriptableRenderPipeline/wiki/High-Definition-Render-Pipeline-overview). +For information about the High Definition Render Pipeline (HDRP), see the [HDRP documentation](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html). ## Can I use URP and HDRP at the same time? No. They're both built with the Scriptable Render Pipeline (SRP), but their render paths and light models are different. @@ -70,4 +70,4 @@ By default, URP uses a linear color space while rendering. You can also use a ga ## How do I extend URP with scriptable render pass? -To create a scriptable render pass, you have to create a `ScriptableRendererFeature` script. This is because the scriptable render feature is a container that can have the pass in it. To create the scriptable render feature in the Editor, click on **Asset** > **Create** > **Rendering** > **Universal Render Pipeline** > **Renderer Feature**. \ No newline at end of file +To create a scriptable render pass, you have to create a `ScriptableRendererFeature` script. This is because the scriptable render feature is a container that can have the pass in it. To create the scriptable render feature in the Editor, click on **Asset** > **Create** > **Rendering** > **Universal Render Pipeline** > **Renderer Feature**. diff --git a/com.unity.shadergraph/README.md b/com.unity.shadergraph/README.md index c632bbe659b..f8b958b2e3d 100644 --- a/com.unity.shadergraph/README.md +++ b/com.unity.shadergraph/README.md @@ -10,7 +10,7 @@ This repository is under active development. Everything is subject to change. Th ## Instructions -At the moment we recommend using Shader Graph through the [SRP repository](https://github.com/Unity-Technologies/ScriptableRenderPipeline), which has the Shader Graph submodule setup as a submodule. Otherwise you will not have any Master Node backends available and thus your shaders will be pink. This also ensure that you get a compatible set of render pipeline and Shader Graph versions. Otherwise, carry on with the following instructions. +At the moment we recommend using Shader Graph through the [SRP repository](https://github.com/Unity-Technologies/Graphics), which has the Shader Graph submodule setup as a submodule. Otherwise you will not have any Master Node backends available and thus your shaders will be pink. This also ensure that you get a compatible set of render pipeline and Shader Graph versions. Otherwise, carry on with the following instructions. **Requires Unity 2018.1 Beta** diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/Documentation~/hd.md b/com.unity.template-hd/Packages/com.unity.template.hd/Documentation~/hd.md index 099261bf1ce..7498592e2fb 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/Documentation~/hd.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/Documentation~/hd.md @@ -6,8 +6,8 @@ This template also includes the new Shadergraph tool, Post-Processing stack, sev This Project Template uses the following features: -* High Definition Render Pipeline - For more information, see the wiki on the Scriptable Render Pipeline repository. -* Shader Graph tool - This tool allows you to create shaders using a visual node editor instead of writing code. For more information on the Shader Graph, see the wiki on the Shader Graph repository. +* High Definition Render Pipeline - For more information, see the [HDRP documentation](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html). +* Shader Graph tool - This tool allows you to create shaders using a visual node editor instead of writing code. For more information on the Shader Graph, see the [Shader Graph documentation](https://docs.unity3d.com/Packages/com.unity.shadergraph@latest/index.html). * Post-processing stack - The Post-Processing Stack enables artists and designers to apply full -screen filters to scenes using an artist-friendly interface. For more information, see the wiki on the Post-Processing GitHub repository. ## Using the _High Definition Project Template_ ## diff --git a/com.unity.template-hd/README.md b/com.unity.template-hd/README.md index d3d1c1c0c88..dcc16f2df2e 100644 --- a/com.unity.template-hd/README.md +++ b/com.unity.template-hd/README.md @@ -21,8 +21,8 @@ This template also includes the new Shadergraph tool, Post-Processing stack, sev This Project Template uses the following features: -* High Definition Render Pipeline - For more information, see the wiki on the Scriptable Render Pipeline repository. -* Shader Graph tool - This tool allows you to create shaders using a visual node editor instead of writing code. For more information on the Shader Graph, see the wiki on the Shader Graph repository. +* High Definition Render Pipeline - For more information, see the [HDRP documentation](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html). +* Shader Graph tool - This tool allows you to create shaders using a visual node editor instead of writing code. For more information on the Shader Graph, see the [Shader Graph documentation](https://docs.unity3d.com/Packages/com.unity.shadergraph@latest/index.html). *Note:* The High Definition Render Pipeline is currently in development, so consider it incomplete and subject to change (API, UX, scope). As such, it is not covered by regular Unity support. Unity is seeking feedback on the feature. To ask questions about the feature, visit the Unity preview forum.