Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions Basic/2DSpaceShooter/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.10",
"version": "1.8.13",
"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 @@ -163,7 +164,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.9",
"version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -180,17 +181,17 @@
"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.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 @@ -201,19 +202,19 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "2.7.2",
"version": "2.7.4",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.core": "1.10.1",
"com.unity.services.core": "1.12.5",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.12.0",
"version": "1.12.5",
"depth": 2,
"source": "registry",
"dependencies": {
Expand All @@ -224,11 +225,11 @@
"url": "https://packages.unity.com"
},
"com.unity.services.qos": {
"version": "1.2.1",
"version": "1.3.0",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.4.0",
"com.unity.services.core": "1.12.4",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.services.authentication": "2.0.0",
Expand Down Expand Up @@ -262,11 +263,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.9",
"version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.render-pipelines.core": "14.0.11",
"com.unity.searcher": "4.9.2"
}
},
Expand Down Expand Up @@ -303,7 +304,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.4.0",
"version": "1.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions Basic/2DSpaceShooter/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.14f1
m_EditorVersionWithRevision: 2022.3.14f1 (eff2de9070d8)
m_EditorVersion: 2022.3.27f1
m_EditorVersionWithRevision: 2022.3.27f1 (73effa14754f)
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@

#### Changed
- Upgraded to IDE Rider v3.0.28 (#166)
- Upgraded to Unity 2022.3.27f1 (#170)
- upgraded to com.unity.burst v1.8.13
- added com.unity.modules.jsonserialize v1.0.0
- upgraded to com.unity.render-pipelines.core v14.0.11
- upgraded to com.unity.render-pipelines.universal-config v14.0.10
- upgraded to com.unity.shadergraph v14.0.11
- upgraded to com.unity.services.authentication v2.7.4
- upgraded to com.unity.services.qos v1.3.0
- upgraded to com.unity.transport v1.4.1
- upgraded to com.unity.services.core v1.12.5

#### Fixed
- Reset values and buffs after respawn of ship (#167)
Expand Down