Skip to content

Commit 0a71823

Browse files
author
Théo Penavaire
authored
Unbump package dependencies to 12.0.0 (#5895)
* Unbump package dependencies to 12.0.0 * Update manifests as well
1 parent 11fbe9b commit 0a71823

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

com.unity.template-hd/Packages/com.unity.template.hd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"com.unity.cinemachine": "2.8.0",
1111
"com.unity.inputsystem": "1.1.0-pre.5",
1212
"com.unity.learn.iet-framework": "2.0.0",
13-
"com.unity.render-pipelines.high-definition": "12.1.0"
13+
"com.unity.render-pipelines.high-definition": "12.0.0"
1414
}
1515
}

com.unity.template-hd/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"com.unity.ide.vscode": "1.2.3",
77
"com.unity.inputsystem": "1.1.0-pre.5",
88
"com.unity.learn.iet-framework": "2.0.0",
9-
"com.unity.render-pipelines.high-definition": "12.1.0",
9+
"com.unity.render-pipelines.high-definition": "12.0.0",
1010
"com.unity.learn.iet-framework.authoring": "1.0.0",
1111
"com.unity.timeline": "1.6.1",
1212
"com.unity.ugui": "1.0.0",

com.unity.template-universal/Packages/com.unity.template.universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"host": "hub",
88
"description": "The Universal Render Pipeline Template configures Project settings for Projects where performance, wide platform support, and ease of customizing graphics are the primary considerations.\n\nThis Template uses the Universal Render Pipeline (URP) and Shader Graph. URP is prebuilt Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. URP also includes an optimized 2D renderer complete with 2D lights and pixel perfect rendering, and an integrated post-processing solution. Shader Graph is a tool that allows you to create shaders using a visual node editor instead of writing code.\n\nThis template contains a sample Scene that contains examples of how to configure lighting settings, Materials, Shaders, and post-processing effects in URP, several preconfigured Universal Render Pipeline Assets that let you quickly swap between graphics quality levels, and Presets that have been optimized for use with URP.",
99
"dependencies": {
10-
"com.unity.render-pipelines.universal": "12.1.0"
10+
"com.unity.render-pipelines.universal": "12.0.0"
1111
}
1212
}

com.unity.template-universal/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"com.unity.ide.visualstudio": "2.0.11",
1111
"com.unity.ide.vscode": "1.2.4",
1212
"com.unity.purchasing": "3.2.2",
13-
"com.unity.render-pipelines.universal": "12.1.0",
13+
"com.unity.render-pipelines.universal": "12.0.0",
1414
"com.unity.test-framework": "1.1.29",
1515
"com.unity.textmeshpro": "3.0.6",
1616
"com.unity.timeline": "1.6.2",

0 commit comments

Comments
 (0)