The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com). ## [1.0.0] - 2022-06-27 ### Changed - Changed version to 1.0.0. (#2046)
30 lines
958 B
JSON
30 lines
958 B
JSON
{
|
|
"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",
|
|
"unity": "2020.3",
|
|
"dependencies": {
|
|
"com.unity.nuget.mono-cecil": "1.10.1",
|
|
"com.unity.transport": "1.1.0"
|
|
},
|
|
"_upm": {
|
|
"changelog": "### Changed\n\n- Changed version to 1.0.0. (#2046)"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "382d762a40cdcb42ebaf495e373effb00362baf1"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git",
|
|
"type": "git",
|
|
"revision": "fddb7cd920e1db9e49d44846d7121e38f59bd137"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Bootstrap",
|
|
"description": "A lightweight sample to get started",
|
|
"path": "Samples~/Bootstrap"
|
|
}
|
|
]
|
|
}
|