Skip to content

Commit

Permalink
feat: Client Driven project upgraded to 2022.3.27f1 LTS [MTT-8512] (#175
Browse files Browse the repository at this point in the history
)

* client driven project upgraded to 2022.3.27f1

* changelog addition

* changelog updated
  • Loading branch information
fernando-cortez committed May 13, 2024
1 parent 4a2e6c7 commit 634b846
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Basic/ClientDriven/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"com.unity.ai.navigation": "1.1.5",
"com.unity.cinemachine": "2.9.5",
"com.unity.collab-proxy": "2.2.0",
"com.unity.cinemachine": "2.10.0",
"com.unity.collab-proxy": "2.3.1",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
Expand Down
35 changes: 18 additions & 17 deletions Basic/ClientDriven/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
"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"
},
"com.unity.cinemachine": {
"version": "2.9.5",
"version": "2.10.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -28,7 +29,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"version": "2.3.1",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -166,7 +167,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 @@ -183,17 +184,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 @@ -204,19 +205,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 @@ -227,11 +228,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 @@ -265,11 +266,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 @@ -306,7 +307,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/ClientDriven/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)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
- Upgraded to the newer API for Rpcs, Universal Rpcs
- The place of execution for a client's position was moved to ClientNetworkTransform child class, ClientDrivenNetworkTransform. This ensures no race condition issues on a client's first position sync. Server code now modifies a NetworkVariable that client-owned instances of ClientDrivenNetworkTransform use on OnNetworkSpawn to initially move a player
- Upgraded to IDE Rider v3.0.28 (#166)
- Upgraded to Unity 2022.3.27f1 (#175)
- com.unity.render-pipelines.core upgraded to v14.0.11
- com.unity.services.authentication upgraded to v2.7.4
- com.unity.services.core upgraded to v1.12.5
- com.unity.services.qos upgraded to v1.3.0
- com.unity.transport upgraded to v1.4.1

#### Fixed
- Added Spawner with event executed on Server Start to fix inconsistent ghost ingredients issue (#157)
Expand Down

0 comments on commit 634b846

Please sign in to comment.