From c74626ab8b3d9138237d5b259ad9c852ff6cdcfc Mon Sep 17 00:00:00 2001 From: Remi Chapelain Date: Mon, 15 Jun 2020 14:38:28 +0200 Subject: [PATCH 1/3] Upgrading documentation update --- .../Documentation~/Upgrading-To-HDRP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md b/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md index f9c4e6764a8..c3a137779d7 100644 --- a/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md +++ b/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md @@ -53,6 +53,8 @@ To upgrade the Materials in your Scene to HDRP-compatible Materials, either: * **Upgrade Selected Materials to High Definition Materials**: Converts every compatible Material currently selected in the Project window to an HDRP Material. +* **Upgrade Scene Terrains to High Definition Terrains**: Replaces the built-in default standard terrain Material in every terrain in the scene with HDRP default HDRP Terrain Material. + You can find these options in either: * The **Edit > Render Pipeline** menu. From ad7960e9d9defacac085c14fb5bb46b78ef11cdf Mon Sep 17 00:00:00 2001 From: Remi Chapelain Date: Mon, 15 Jun 2020 14:48:05 +0200 Subject: [PATCH 2/3] Typo --- .../Documentation~/Upgrading-To-HDRP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md b/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md index c3a137779d7..5264aa09577 100644 --- a/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md +++ b/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md @@ -53,7 +53,7 @@ To upgrade the Materials in your Scene to HDRP-compatible Materials, either: * **Upgrade Selected Materials to High Definition Materials**: Converts every compatible Material currently selected in the Project window to an HDRP Material. -* **Upgrade Scene Terrains to High Definition Terrains**: Replaces the built-in default standard terrain Material in every terrain in the scene with HDRP default HDRP Terrain Material. +* **Upgrade Scene Terrains to High Definition Terrains**: Replaces the built-in default standard terrain Material in every terrain in the scene with HDRP default Terrain Material. You can find these options in either: From 8f72cc8b991f0f81042311b0dad87eed0fa567eb Mon Sep 17 00:00:00 2001 From: Remi Chapelain Date: Mon, 15 Jun 2020 15:02:00 +0200 Subject: [PATCH 3/3] Added link to Terrain class --- .../Documentation~/Upgrading-To-HDRP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md b/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md index 5264aa09577..ed4595b0f6b 100644 --- a/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md +++ b/com.unity.render-pipelines.high-definition/Documentation~/Upgrading-To-HDRP.md @@ -53,7 +53,7 @@ To upgrade the Materials in your Scene to HDRP-compatible Materials, either: * **Upgrade Selected Materials to High Definition Materials**: Converts every compatible Material currently selected in the Project window to an HDRP Material. -* **Upgrade Scene Terrains to High Definition Terrains**: Replaces the built-in default standard terrain Material in every terrain in the scene with HDRP default Terrain Material. +* **Upgrade Scene Terrains to High Definition Terrains**: Replaces the built-in default standard terrain Material in every [Terrain](https://docs.unity3d.com/Manual/script-Terrain.html) in the scene with HDRP default Terrain Material. You can find these options in either: