Skip to content

Commit d738d7d

Browse files
committed
Adding tools as a dependency in Utilities package
1 parent 81cdb74 commit d738d7d

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Packages/com.unity.multiplayer.samples.coop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
99
"dependencies": {
1010
"com.unity.learn.iet-framework": "1.2.1",
11+
"com.unity.multiplayer.tools": "1.0.0-pre.7",
1112
"com.unity.netcode.gameobjects": "1.0.0-pre.10",
1213
"com.unity.services.authentication": "1.0.0-pre.4",
1314
"com.unity.services.lobby": "1.0.0-pre.6",
1415
"com.unity.services.relay": "1.0.2"
1516
}
16-
}
17+
}

Packages/packages-lock.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"hash": "0fc6f532e4f47d66d173314efcb906bc7cf0d00f"
1717
},
1818
"com.unity.burst": {
19-
"version": "1.6.5",
20-
"depth": 1,
19+
"version": "1.6.6",
20+
"depth": 2,
2121
"source": "registry",
2222
"dependencies": {
2323
"com.unity.mathematics": "1.2.1"
@@ -41,11 +41,11 @@
4141
"url": "https://packages.unity.com"
4242
},
4343
"com.unity.collections": {
44-
"version": "1.2.3",
45-
"depth": 1,
44+
"version": "1.2.4",
45+
"depth": 2,
4646
"source": "registry",
4747
"dependencies": {
48-
"com.unity.burst": "1.6.4",
48+
"com.unity.burst": "1.6.6",
4949
"com.unity.test-framework": "1.1.31"
5050
},
5151
"url": "https://packages.unity.com"
@@ -121,6 +121,7 @@
121121
"source": "embedded",
122122
"dependencies": {
123123
"com.unity.learn.iet-framework": "1.2.1",
124+
"com.unity.multiplayer.tools": "1.0.0-pre.7",
124125
"com.unity.netcode.gameobjects": "1.0.0-pre.10",
125126
"com.unity.services.authentication": "1.0.0-pre.4",
126127
"com.unity.services.lobby": "1.0.0-pre.6",
@@ -141,12 +142,12 @@
141142
"url": "https://packages.unity.com"
142143
},
143144
"com.unity.netcode.gameobjects": {
144-
"version": "1.0.0-pre.9",
145+
"version": "1.0.0-pre.10",
145146
"depth": 0,
146147
"source": "registry",
147148
"dependencies": {
148149
"com.unity.nuget.mono-cecil": "1.10.1",
149-
"com.unity.transport": "1.0.0"
150+
"com.unity.transport": "1.1.0"
150151
},
151152
"url": "https://packages.unity.com"
152153
},
@@ -352,13 +353,13 @@
352353
"url": "https://packages.unity.com"
353354
},
354355
"com.unity.transport": {
355-
"version": "1.0.0",
356+
"version": "1.1.0",
356357
"depth": 1,
357358
"source": "registry",
358359
"dependencies": {
359-
"com.unity.collections": "1.2.3",
360-
"com.unity.burst": "1.6.4",
361-
"com.unity.mathematics": "1.2.5"
360+
"com.unity.collections": "1.2.4",
361+
"com.unity.burst": "1.6.6",
362+
"com.unity.mathematics": "1.2.6"
362363
},
363364
"url": "https://packages.unity.com"
364365
},

0 commit comments

Comments
 (0)