Skip to content

Commit b54d240

Browse files
committed
Updated dependencies and removed deprecated logging package (6000.3) from samples
1 parent 8e1468d commit b54d240

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

NetcodeSamples/Assets/Samples/HelloNetcode/HelloNetcode.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"Unity.Services.Multiplayer",
2222
"Unity.Services.Authentication",
2323
"Unity.Services.Core",
24-
"Bootstrap.Frontend",
25-
"Unity.Logging"
24+
"Bootstrap.Frontend"
2625
],
2726
"includePlatforms": [],
2827
"excludePlatforms": [],

NetcodeSamples/Assets/Samples/PlayerList/PlayerList.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"Unity.NetCode",
1212
"Unity.NetCode.Physics",
1313
"Unity.Entities.Hybrid",
14-
"Unity.Physics",
15-
"Unity.Logging"
14+
"Unity.Physics"
1615
],
1716
"includePlatforms": [],
1817
"excludePlatforms": [],

NetcodeSamples/Assets/SamplesCommon.ClientOnlyComponentBackup/SamplesCommon.ClientOnlyComponentBackup.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"Unity.Collections",
88
"Unity.Mathematics",
99
"Unity.Networking.Transport",
10-
"Unity.NetCode",
11-
"Unity.Logging"
10+
"Unity.NetCode"
1211
],
1312
"includePlatforms": [],
1413
"excludePlatforms": [],

NetcodeSamples/Packages/manifest.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"disableProjectUpdate": false,
33
"dependencies": {
44
"com.unity.collections": "2.6.3",
5-
"com.unity.entities": "1.4.3",
6-
"com.unity.entities.graphics": "1.4.16",
5+
"com.unity.entities": "1.4.4",
6+
"com.unity.entities.graphics": "1.4.17",
77
"com.unity.ide.rider": "3.0.39",
88
"com.unity.ide.visualstudio": "2.0.26",
9-
"com.unity.logging": "1.3.10",
109
"com.unity.multiplayer.center": "1.0.1",
1110
"com.unity.netcode": "1.12.0",
1211
"com.unity.performance.profile-analyzer": "1.3.1",
13-
"com.unity.physics": "1.4.3",
12+
"com.unity.physics": "1.4.4",
1413
"com.unity.render-pipelines.universal": "17.3.0",
1514
"com.unity.services.multiplayer": "2.1.1",
1615
"com.unity.test-framework": "1.6.0",

NetcodeSamples/ProjectSettings/ShaderGraphSettings.asset

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ MonoBehaviour:
1313
m_Name:
1414
m_EditorClassIdentifier:
1515
shaderVariantLimit: 128
16+
overrideShaderVariantLimit: 0
1617
customInterpolatorErrorThreshold: 32
1718
customInterpolatorWarningThreshold: 16
19+
customHeatmapValues: {fileID: 0}

0 commit comments

Comments
 (0)