Skip to content

Commit 978e846

Browse files
committed
Updated changelog and package version for NGO in anticipation of v2.5.0 release
1 parent dde7d61 commit 978e846

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ Additional documentation and release notes are available at [Multiplayer Documen
1010

1111
### Added
1212

13+
14+
### Changed
15+
16+
17+
### Deprecated
18+
19+
20+
### Removed
21+
22+
23+
### Fixed
24+
25+
26+
### Security
27+
28+
29+
### Obsolete
30+
31+
32+
## [2.5.0] - 2025-08-17
33+
34+
### Added
35+
1336
- Added `AsNativeArray()` read‑only accessor to `NetworkList<T>` (#3567)
1437
- Added serializer for `Pose` (#3546)
1538
- Added `AttachableBehaviour` helper component to provide an alternate approach to parenting items without using the `NetworkObject` parenting. (#3518)
@@ -331,9 +354,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
331354

332355
## [2.0.0-exp.5] - 2024-06-03
333356

334-
### Added
335-
336-
337357
### Fixed
338358

339359
- Fixed issue where SessionOwner message was being treated as a new entry for the new message indexing when it should have been ordinally sorted with the legacy message indices. (#2942)

com.unity.netcode.gameobjects/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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": "2.5.0",
5+
"version": "2.5.1",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",
99
"com.unity.transport": "2.4.0"
1010
},
1111
"samples": [
12-
{
13-
"displayName": "Bootstrap",
14-
"description": "A lightweight sample to get started",
15-
"path": "Samples~/Bootstrap"
16-
}
17-
]
18-
}
12+
{
13+
"displayName": "Bootstrap",
14+
"description": "A lightweight sample to get started",
15+
"path": "Samples~/Bootstrap"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)