Skip to content

Commit

Permalink
Unbump package dependencies to 13.0.0 (Unity-Technologies#5896)
Browse files Browse the repository at this point in the history
* Unbump to 13.0.0

* Update manifest as well

* Update for urp

* Unbump exceptions
  • Loading branch information
Théo Penavaire committed Oct 4, 2021
1 parent 89ca2d3 commit 82e1dd1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "13.1.0"
"PackageVersion": "13.0.0"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"com.unity.cinemachine": "2.8.0",
"com.unity.inputsystem": "1.1.0-pre.5",
"com.unity.learn.iet-framework": "2.0.0",
"com.unity.render-pipelines.high-definition": "13.1.0"
"com.unity.render-pipelines.high-definition": "13.0.0"
}
}
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.vscode": "1.2.3",
"com.unity.inputsystem": "1.1.0-pre.5",
"com.unity.learn.iet-framework": "2.0.0",
"com.unity.render-pipelines.high-definition": "13.1.0",
"com.unity.render-pipelines.high-definition": "13.0.0",
"com.unity.learn.iet-framework.authoring": "1.0.0",
"com.unity.timeline": "1.6.1",
"com.unity.ugui": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "13.1.0"
"PackageVersion": "13.0.0"
}
],
"WarningExceptions": []
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": "13.1.0"
"com.unity.render-pipelines.universal": "13.0.0"
}
}
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.9",
"com.unity.ide.vscode": "1.2.3",
"com.unity.purchasing": "3.2.2",
"com.unity.render-pipelines.universal": "13.1.0",
"com.unity.render-pipelines.universal": "13.0.0",
"com.unity.test-framework": "1.1.29",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.1",
Expand Down

0 comments on commit 82e1dd1

Please sign in to comment.