Skip to content

Commit a7ff7d8

Browse files
committed
Revert "reverted package.json changes due to failing PVP check"
This reverts commit 953772a.
1 parent 953772a commit a7ff7d8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
1212

1313

1414
### Changed
15-
15+
- Minimal supported editor was updated to 6000.0 as 2022.3 is now out of support
16+
- Updated transport dependency to latest 2.7.2
1617

1718
### Deprecated
1819

com.unity.netcode.gameobjects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "com.unity.netcode.gameobjects",
33
"displayName": "Netcode for GameObjects",
44
"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.15.2",
6-
"unity": "2022.3",
5+
"version": "1.16.0",
6+
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.6",
9-
"com.unity.transport": "1.5.0"
9+
"com.unity.transport": "2.7.2"
1010
},
1111
"samples": [
1212
{

0 commit comments

Comments
 (0)