Skip to content

Commit 5ffa109

Browse files
chore: Updated aspects of Netcode package in anticipation of v2.13.2 release
1 parent 77a25d7 commit 5ffa109

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
1414
### Changed
1515

1616

17-
18-
1917
### Deprecated
2018

2119

@@ -24,17 +22,24 @@ Additional documentation and release notes are available at [Multiplayer Documen
2422

2523
### Fixed
2624

27-
- Issue with not being able to spawn initially disabled in-scene placed objects. (#4093)
28-
- Issue with pre-instantiated network prefab instances being marked as in-scene placed. Now pre-instantiated network prefabs are dynamically spawned. (#4093)
29-
- Issue where a user could spawn runtime created `NetworkObject` that has a GlobalObjectIdHash of zero. These are not valid instances and will no longer be allowed to spawn. (#4093)
30-
3125

3226
### Security
3327

3428

3529
### Obsolete
3630

3731

32+
## [2.13.2] - 2026-08-16
33+
34+
35+
36+
### Fixed
37+
38+
- Issue with not being able to spawn initially disabled in-scene placed objects. (#4093)
39+
- Issue with pre-instantiated network prefab instances being marked as in-scene placed. Now pre-instantiated network prefabs are dynamically spawned. (#4093)
40+
- Issue where a user could spawn runtime created `NetworkObject` that has a GlobalObjectIdHash of zero. These are not valid instances and will no longer be allowed to spawn. (#4093)
41+
42+
3843
## [2.13.1] - 2026-07-19
3944

4045
### Added

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.13.2",
5+
"version": "2.13.3",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",

0 commit comments

Comments
 (0)