Skip to content

Commit c415982

Browse files
chore(deps): update upm package dependency com.unity.transport to v2
1 parent d7bcfa9 commit c415982

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
2-
"name": "com.unity.netcode.gameobjects",
3-
"displayName": "Netcode for GameObjects",
4-
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
5-
"version": "1.12.2",
6-
"unity": "2021.3",
7-
"dependencies": {
8-
"com.unity.nuget.mono-cecil": "1.10.1",
9-
"com.unity.transport": "1.4.0"
10-
},
11-
"samples": [
2+
"name": "com.unity.netcode.gameobjects",
3+
"displayName": "Netcode for GameObjects",
4+
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
5+
"version": "1.12.2",
6+
"unity": "2022.3",
7+
"dependencies": {
8+
"com.unity.nuget.mono-cecil": "1.10.1",
9+
"com.unity.transport": "2.4.0"
10+
},
11+
"samples": [
1212
{
1313
"displayName": "Bootstrap",
1414
"description": "A lightweight sample to get started",
1515
"path": "Samples~/Bootstrap"
1616
}
17-
]
17+
],
18+
"unityRelease": "0a1"
1819
}

0 commit comments

Comments
 (0)