Skip to content

Commit

Permalink
[HDRP][Template] Update various package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlagarde committed Oct 3, 2022
1 parent 788c097 commit 8cd8aa7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 178 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "15.0.0"
"PackageVersion": "15.1.0"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"unity": "2023.1",
"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.collab-proxy": "1.15.16",
"com.unity.collab-proxy": "1.17.2",
"com.unity.feature.development": "1.0.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.cinemachine": "2.8.4",
"com.unity.inputsystem": "1.3.0",
"com.unity.learn.iet-framework": "2.2.1",
"com.unity.cinemachine": "2.9.0-pre.6",
"com.unity.inputsystem": "1.4.2",
"com.unity.learn.iet-framework": "2.2.2",
"com.unity.render-pipelines.high-definition": "15.0.0",
"com.unity.timeline": "1.7.1",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.7.6"
"com.unity.visualscripting": "1.7.8"
}
}
10 changes: 5 additions & 5 deletions com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"com.unity.cinemachine": "2.8.4",
"com.unity.collab-proxy": "1.15.16",
"com.unity.cinemachine": "2.9.0-pre.6",
"com.unity.collab-proxy": "1.17.2",
"com.unity.feature.development": "1.0.1",
"com.unity.inputsystem": "1.3.0",
"com.unity.learn.iet-framework": "2.2.1",
"com.unity.inputsystem": "1.4.2",
"com.unity.learn.iet-framework": "2.2.2",
"com.unity.learn.iet-framework.authoring": "1.0.2",
"com.unity.render-pipelines.high-definition": "15.0.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.1",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.7.6",
"com.unity.visualscripting": "1.7.8",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
167 changes: 0 additions & 167 deletions com.unity.template-hd/ProjectSettings/SceneTemplateSettings.json

This file was deleted.

0 comments on commit 8cd8aa7

Please sign in to comment.