Skip to content

Commit 05722d4

Browse files
chore: bump to latest tools version, so we get the awesome new perf improvements (#614)
1 parent 0a9714e commit 05722d4

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.unity.ide.vscode": "1.2.4",
1010
"com.unity.learn.iet-framework": "2.1.1",
1111
"com.unity.memoryprofiler": "0.5.0-preview.1",
12-
"com.unity.multiplayer.tools": "1.0.0-pre.2",
12+
"com.unity.multiplayer.tools": "1.0.0-pre.6",
1313
"com.unity.netcode.gameobjects": "1.0.0-pre.7",
1414
"com.unity.postprocessing": "3.1.1",
1515
"com.unity.render-pipelines.universal": "10.8.1",

Packages/packages-lock.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,15 @@
129129
}
130130
},
131131
"com.unity.multiplayer.tools": {
132-
"version": "1.0.0-pre.2",
132+
"version": "1.0.0-pre.6",
133133
"depth": 0,
134134
"source": "registry",
135135
"dependencies": {
136-
"com.unity.profiling.core": "1.0.0-pre.1"
136+
"com.unity.profiling.core": "1.0.0-pre.1",
137+
"com.unity.nuget.newtonsoft-json": "2.0.0",
138+
"com.unity.nuget.mono-cecil": "1.10.1",
139+
"com.unity.collections": "1.1.0",
140+
"com.unity.modules.uielements": "1.0.0"
137141
},
138142
"url": "https://packages.unity.com"
139143
},

0 commit comments

Comments
 (0)