Skip to content

Commit 70abd7b

Browse files
oleks-kEvergreen
authored andcommitted
DOCG-6696: Changed the displayName attributes in package.json manifest files to the names we use on documentation sites.
1 parent 574fc83 commit 70abd7b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Packages/com.unity.render-pipelines.core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SRP Core makes it easier to create or customize a Scriptable Render Pipeline (SRP). SRP Core contains reusable code, including boilerplate code for working with platform-specific graphics APIs, utility functions for common rendering operations, and shader libraries. The code in SRP Core is use by the High Definition Render Pipeline (HDRP) and Universal Render Pipeline (URP). If you are creating a custom SRP from scratch or customizing a prebuilt SRP, using SRP Core will save you time.",
44
"version": "17.2.0",
55
"unity": "6000.2",
6-
"displayName": "Core RP Library",
6+
"displayName": "Scriptable Render Pipeline Core",
77
"dependencies": {
88
"com.unity.burst": "1.8.14",
99
"com.unity.mathematics": "1.3.2",

Packages/com.unity.render-pipelines.high-definition-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Configuration files for the High Definition Render Pipeline.",
44
"version": "17.2.0",
55
"unity": "6000.2",
6-
"displayName": "High Definition RP Config",
6+
"displayName": "High Definition Render Pipeline Config",
77
"dependencies": {
88
"com.unity.render-pipelines.core": "17.2.0"
99
}

Packages/com.unity.render-pipelines.high-definition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The High Definition Render Pipeline (HDRP) is a high-fidelity Scriptable Render Pipeline built by Unity to target modern (Compute Shader compatible) platforms. HDRP utilizes Physically-Based Lighting techniques, linear lighting, HDR lighting, and a configurable hybrid Tile/Cluster deferred/Forward lighting architecture and gives you the tools you need to create games, technical demos, animations, and more to a high graphical standard.",
44
"version": "17.2.0",
55
"unity": "6000.2",
6-
"displayName": "High Definition RP",
6+
"displayName": "High Definition Render Pipeline",
77
"dependencies": {
88
"com.unity.modules.video": "1.0.0",
99
"com.unity.modules.animation": "1.0.0",

Packages/com.unity.render-pipelines.universal-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Configuration files for the Universal Render Pipeline.",
44
"version": "17.0.3",
55
"unity": "6000.0",
6-
"displayName": "Universal RP Config",
6+
"displayName": "Universal Render Pipeline Config",
77
"dependencies": {
88
"com.unity.render-pipelines.core": "17.0.3"
99
}

Packages/com.unity.render-pipelines.universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "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.",
44
"version": "17.2.0",
55
"unity": "6000.2",
6-
"displayName": "Universal RP",
6+
"displayName": "Universal Render Pipeline",
77
"dependencies": {
88
"com.unity.render-pipelines.core": "17.2.0",
99
"com.unity.shadergraph": "17.2.0",

0 commit comments

Comments
 (0)