{ "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.0.0-pre.4", "unity": "2020.3", "dependencies": { "com.unity.modules.animation": "1.0.0", "com.unity.modules.physics": "1.0.0", "com.unity.modules.physics2d": "1.0.0", "com.unity.nuget.mono-cecil": "1.10.1", "com.unity.collections": "1.1.0" }, "upmCi": { "footprint": "28fd203207af71c78d6aaba679e94c5ead807529" }, "repository": { "url": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git", "type": "git", "revision": "b14204cd059fb90f4a64319824105619f317d591" }, "samples": [ { "displayName": "Bootstrap", "description": "A lightweight sample to get started", "path": "Samples~/Bootstrap" }, { "displayName": "ClientNetworkTransform", "description": "A sample to demonstrate how client-driven NetworkTransform can be implemented", "path": "Samples~/ClientNetworkTransform" } ] }