Skip to content

Commit

Permalink
Update for Unity 2022.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JerritEic committed Jun 24, 2023
1 parent ccb265d commit 833db7e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"com.unity.ai.navigation": "1.1.3",
"com.unity.collab-proxy": "2.0.4",
"com.unity.collab-proxy": "2.0.5",
"com.unity.entities": "1.0.10",
"com.unity.entities.graphics": "1.0.10",
"com.unity.ide.rider": "3.0.22",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.logging": "1.0.11",
"com.unity.netcode": "1.0.10",
"com.unity.physics": "1.0.10",
"com.unity.render-pipelines.universal": "14.0.7",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.renderstreaming": "3.1.0-exp.6",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
Expand Down
20 changes: 10 additions & 10 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.4",
"version": "1.8.7",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -27,7 +27,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.0.4",
"version": "2.0.5",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -88,7 +88,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.22",
"version": "3.0.24",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -113,7 +113,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.5.1",
"version": "1.6.1",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -179,7 +179,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.7",
"version": "14.0.8",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -190,14 +190,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.7",
"version": "14.0.8",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.4",
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.shadergraph": "14.0.7"
"com.unity.render-pipelines.core": "14.0.8",
"com.unity.shadergraph": "14.0.8"
}
},
"com.unity.renderstreaming": {
Expand Down Expand Up @@ -237,11 +237,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.7",
"version": "14.0.8",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.render-pipelines.core": "14.0.8",
"com.unity.searcher": "4.9.2"
}
},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/EntitiesClientSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 0}
m_Script: {fileID: 11500000, guid: e2ea235c1fcfe29488ed97c467a0da53, type: 3}
m_Name:
m_EditorClassIdentifier: Unity.Entities.Build:Unity.Entities.Build:EntitiesClientSettings
m_EditorClassIdentifier:
FilterSettings:
ExcludedBakingSystemAssemblies: []
2 changes: 1 addition & 1 deletion ProjectSettings/NetCodeClientSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ MonoBehaviour:
ExcludedBakingSystemAssemblies: []
AdditionalScriptingDefines:
- FRONTEND_PLAYER_BUILD
ClientTarget: 0
ClientTarget: 1
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.0f1
m_EditorVersionWithRevision: 2022.3.0f1 (fb119bb0b476)
m_EditorVersion: 2022.3.3f1
m_EditorVersionWithRevision: 2022.3.3f1 (7cdc2969a641)

0 comments on commit 833db7e

Please sign in to comment.