diff --git a/com.unity.netcode.gameobjects/package.json b/com.unity.netcode.gameobjects/package.json index 0306a317f9..1399ffd6e5 100644 --- a/com.unity.netcode.gameobjects/package.json +++ b/com.unity.netcode.gameobjects/package.json @@ -1,18 +1,19 @@ { - "name": "com.unity.netcode.gameobjects", - "displayName": "Netcode for GameObjects", - "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.", - "version": "1.12.2", - "unity": "2021.3", - "dependencies": { - "com.unity.nuget.mono-cecil": "1.10.1", - "com.unity.transport": "1.4.0" - }, - "samples": [ + "name": "com.unity.netcode.gameobjects", + "displayName": "Netcode for GameObjects", + "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.", + "version": "1.12.2", + "unity": "2022.3", + "dependencies": { + "com.unity.nuget.mono-cecil": "1.10.1", + "com.unity.transport": "2.4.0" + }, + "samples": [ { "displayName": "Bootstrap", "description": "A lightweight sample to get started", "path": "Samples~/Bootstrap" } - ] + ], + "unityRelease": "0a1" }