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
@@ -26,6 +25,21 @@ Additional documentation and release notes are available at [Multiplayer Documen
26
25
### Removed
27
26
28
27
28
+
### Fixed
29
+
30
+
31
+
### Security
32
+
33
+
34
+
### Obsolete
35
+
36
+
37
+
## [2.13.1] - 2026-07-19
38
+
39
+
### Added
40
+
41
+
- 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)
42
+
29
43
### Fixed
30
44
31
45
- Issue where `NetworkAnimator` did no bounds check on the parameter index read prior to obtaining a pointer to the location within the array. (#4090)
@@ -38,12 +52,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
38
52
- 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)
39
53
- Fixed AnticipatedNetworkTransform not respecting the InLocalSpace flag. (#3995)
0 commit comments