Skip to content

Commit 9e93718

Browse files
committed
fixing wrong names
1 parent e7dbd60 commit 9e93718

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "com.unity.com.unity.multiplayer.samples.utilities",
3-
"displayName": "Samples Utilities",
2+
"name": "com.unity.multiplayer.samples.utilities",
3+
"displayName": "Multiplayer Samples Utilities",
44
"version": "1.2.0-pre",
55
"type": "template",
66
"host": "hub",

Packages/packages-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@
5050
},
5151
"url": "https://packages.unity.com"
5252
},
53-
"com.unity.com.unity.multiplayer.samples.utilities": {
54-
"version": "file:com.unity.multiplayer.samples.coop",
55-
"depth": 0,
56-
"source": "embedded",
57-
"dependencies": {
58-
"com.unity.learn.iet-framework": "1.2.1",
59-
"com.unity.netcode.gameobjects": "1.0.0-pre.7",
60-
"com.unity.services.authentication": "1.0.0-pre.4",
61-
"com.unity.services.lobby": "1.0.0-pre.6",
62-
"com.unity.services.relay": "1.0.1-pre.5"
63-
}
64-
},
6553
"com.unity.editorcoroutines": {
6654
"version": "1.0.0",
6755
"depth": 1,
@@ -127,6 +115,18 @@
127115
},
128116
"url": "https://packages.unity.com"
129117
},
118+
"com.unity.multiplayer.samples.utilities": {
119+
"version": "file:com.unity.multiplayer.samples.coop",
120+
"depth": 0,
121+
"source": "embedded",
122+
"dependencies": {
123+
"com.unity.learn.iet-framework": "1.2.1",
124+
"com.unity.netcode.gameobjects": "1.0.0-pre.7",
125+
"com.unity.services.authentication": "1.0.0-pre.4",
126+
"com.unity.services.lobby": "1.0.0-pre.6",
127+
"com.unity.services.relay": "1.0.1-pre.5"
128+
}
129+
},
130130
"com.unity.multiplayer.tools": {
131131
"version": "1.0.0-pre.6",
132132
"depth": 0,

0 commit comments

Comments
 (0)