Skip to content

Commit

Permalink
Unity version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenRice99 committed Jan 26, 2024
1 parent 85393a5 commit 6a8b901
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 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.9",
"com.unity.render-pipelines.universal": "14.0.10",
"com.unity.ui": "2.0.0",
"com.unity.ui.builder": "2.0.0",
"com.unity.modules.ai": "1.0.0",
Expand Down
17 changes: 9 additions & 8 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.11",
"version": "1.8.12",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -67,7 +68,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -78,14 +79,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.shadergraph": "14.0.9",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.shadergraph": "14.0.10",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
Expand All @@ -105,11 +106,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"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": "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.17f1
m_EditorVersionWithRevision: 2022.3.17f1 (4fc78088f837)
m_EditorVersion: 2022.3.18f1
m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d)
2 changes: 1 addition & 1 deletion ProjectSettings/TimeManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ TimeManager:
Fixed Timestep: 0.02
Maximum Allowed Timestep: 0.33333334
m_TimeScale: 1
Maximum Particle Timestep: 0.03
Maximum Particle Timestep: 0.1

0 comments on commit 6a8b901

Please sign in to comment.