Skip to content

Commit

Permalink
Unity version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenRice99 committed Apr 17, 2024
1 parent 3aa45c6 commit b150f26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.7.0",
"com.unity.render-pipelines.universal": "14.0.10",
"com.unity.render-pipelines.universal": "14.0.11",
"com.unity.ui": "2.0.0",
"com.unity.ui.builder": "2.0.0",
"com.unity.modules.ai": "1.0.0",
Expand Down
16 changes: 8 additions & 8 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.10",
"version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -79,23 +79,23 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.10",
"version": "14.0.11",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.shadergraph": "14.0.10",
"com.unity.render-pipelines.core": "14.0.11",
"com.unity.shadergraph": "14.0.11",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
"com.unity.render-pipelines.universal-config": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9"
"com.unity.render-pipelines.core": "14.0.10"
}
},
"com.unity.searcher": {
Expand All @@ -106,11 +106,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.10",
"version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.render-pipelines.core": "14.0.11",
"com.unity.searcher": "4.9.2"
}
},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.24f1
m_EditorVersionWithRevision: 2022.3.24f1 (334eb2a0b267)
m_EditorVersion: 2022.3.25f1
m_EditorVersionWithRevision: 2022.3.25f1 (530ae0ba3889)

0 comments on commit b150f26

Please sign in to comment.