Skip to content

Commit

Permalink
[Automation] Auto-bump template dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UPM-CI committed Sep 2, 2020
1 parent e61593f commit ee2f760
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"unity": "2020.2",
"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",
"dependencies": {
"com.unity.render-pipelines.high-definition": "10.1.0-preview.15"
"com.unity.render-pipelines.high-definition": "10.1.0-preview.16"
}
}
2 changes: 1 addition & 1 deletion com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"com.unity.ide.rider": "2.0.5",
"com.unity.ide.visualstudio": "2.0.2",
"com.unity.ide.vscode": "1.2.1",
"com.unity.render-pipelines.high-definition": "10.1.0-preview.15",
"com.unity.render-pipelines.high-definition": "10.1.0-preview.16",
"com.unity.textmeshpro": "3.0.0-preview.1",
"com.unity.timeline": "1.4.0",
"com.unity.ugui": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"host": "hub",
"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.",
"dependencies": {
"com.unity.render-pipelines.universal": "10.1.0-preview.15"
"com.unity.render-pipelines.universal": "10.1.0-preview.16"
}
}
2 changes: 1 addition & 1 deletion com.unity.template-universal/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"com.unity.ide.visualstudio": "2.0.0",
"com.unity.ide.vscode": "1.1.4",
"com.unity.purchasing": "2.0.6",
"com.unity.render-pipelines.universal": "10.1.0-preview.15",
"com.unity.render-pipelines.universal": "10.1.0-preview.16",
"com.unity.test-framework": "1.1.14",
"com.unity.textmeshpro": "3.0.0-preview.4",
"com.unity.timeline": "1.2.11",
Expand Down

0 comments on commit ee2f760

Please sign in to comment.