diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index 0a252720202..56804dd5e58 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -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.14" + "com.unity.render-pipelines.high-definition": "10.1.0-preview.15" } } \ No newline at end of file diff --git a/com.unity.template-hd/Packages/manifest.json b/com.unity.template-hd/Packages/manifest.json index 581029b99b4..7e191affe87 100644 --- a/com.unity.template-hd/Packages/manifest.json +++ b/com.unity.template-hd/Packages/manifest.json @@ -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.14", + "com.unity.render-pipelines.high-definition": "10.1.0-preview.15", "com.unity.textmeshpro": "3.0.0-preview.1", "com.unity.timeline": "1.4.0", "com.unity.ugui": "1.0.0", diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/package.json b/com.unity.template-universal/Packages/com.unity.template.universal/package.json index 5772218f1d7..f534d920405 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/package.json +++ b/com.unity.template-universal/Packages/com.unity.template.universal/package.json @@ -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.14" + "com.unity.render-pipelines.universal": "10.1.0-preview.15" } } \ No newline at end of file diff --git a/com.unity.template-universal/Packages/manifest.json b/com.unity.template-universal/Packages/manifest.json index 70450ece98d..e0c466ad403 100644 --- a/com.unity.template-universal/Packages/manifest.json +++ b/com.unity.template-universal/Packages/manifest.json @@ -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.14", + "com.unity.render-pipelines.universal": "10.1.0-preview.15", "com.unity.test-framework": "1.1.14", "com.unity.textmeshpro": "3.0.0-preview.4", "com.unity.timeline": "1.2.11",