You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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": [
12
12
{
13
13
"displayName": "Bootstrap",
14
14
"description": "A lightweight sample to get started",
0 commit comments