Skip to content

Commit c62cffe

Browse files
author
UPM-CI
committed
[Automation] Auto-bump template dependencies
1 parent ec25457 commit c62cffe

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
@@ -7,6 +7,6 @@
77
"unity": "2020.2",
88
"description": "This template utilizes the High Definition Render Pipeline. Making it a good starting point for people focused on high-end graphics that want to develop games for platforms that support Shader Model 5.0 (DX11 and above). \n\nBeyond being tuned for High End visuals this project includes\n\u25aa Shadergraph \n\u25aa Visual Effect Graph \n\u25aa Presets \n\u25aa Example content",
99
"dependencies": {
10-
"com.unity.render-pipelines.high-definition": "10.1.0-preview.23"
10+
"com.unity.render-pipelines.high-definition": "10.1.0-preview.24"
1111
}
1212
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"com.unity.ide.rider": "2.0.7",
55
"com.unity.ide.visualstudio": "2.0.2",
66
"com.unity.ide.vscode": "1.2.1",
7-
"com.unity.render-pipelines.high-definition": "10.1.0-preview.23",
7+
"com.unity.render-pipelines.high-definition": "10.1.0-preview.24",
88
"com.unity.timeline": "1.4.2",
99
"com.unity.ugui": "1.0.0",
1010
"com.unity.modules.ai": "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": "10.1.0-preview.23"
10+
"com.unity.render-pipelines.universal": "10.1.0-preview.24"
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.0",
1111
"com.unity.ide.vscode": "1.1.4",
1212
"com.unity.purchasing": "2.0.6",
13-
"com.unity.render-pipelines.universal": "10.1.0-preview.23",
13+
"com.unity.render-pipelines.universal": "10.1.0-preview.24",
1414
"com.unity.test-framework": "1.1.14",
1515
"com.unity.textmeshpro": "3.0.0-preview.4",
1616
"com.unity.timeline": "1.2.11",

0 commit comments

Comments
 (0)