You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/CHANGELOG.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
10
11
11
### Added
12
12
13
-
- Single player session section to provide users with information about `SinglePlayerTransport` and an example script of how to switch between single and multi player sessions. (#4062)
14
13
15
14
### Changed
16
15
@@ -21,6 +20,21 @@ Additional documentation and release notes are available at [Multiplayer Documen
21
20
### Removed
22
21
23
22
23
+
### Fixed
24
+
25
+
26
+
### Security
27
+
28
+
29
+
### Obsolete
30
+
31
+
32
+
## [2.13.1] - 2026-07-19
33
+
34
+
### Added
35
+
36
+
- Single player session section to provide users with information about `SinglePlayerTransport` and an example script of how to switch between single and multi player sessions. (#4062)
37
+
24
38
### Fixed
25
39
26
40
- Issue where `NetworkAnimator` did no bounds check on the parameter index read prior to obtaining a pointer to the location within the array. (#4090)
@@ -33,12 +47,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
33
47
- Issue where NetworkRigidbodyBase was always checking the 3D rigid body's interpolation mode when determining if it is kinematic and needs to put the rigid body to sleep and then switch to interpolation. (#4012)
34
48
- Fixed AnticipatedNetworkTransform not respecting the InLocalSpace flag. (#3995)
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "com.unity.netcode.gameobjects",
3
3
"displayName": "Netcode for GameObjects",
4
4
"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.",
0 commit comments