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
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,32 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
10
11
11
### Added
12
12
13
-
- Added a `WebSocketPath` field to `UnityTransport.ConnectionData` (which also shows up in the inspector if "Use WebSockets" is checked) that controls the path clients will connect to and servers/hosts will listen on when using WebSockets. (#3901)
14
-
-`NetworkTransport.EarlyUpdate` and `NetworkTransport.PostLateUpdate` are now public. For the vast majority of users, there's really no point in ever calling those methods directly (the `NetworkManager` handles it). It's only useful if wrapping transports outside of NGO. (#3890)
15
13
16
14
### Changed
17
15
18
16
19
17
### Deprecated
20
18
21
19
20
+
### Removed
21
+
22
+
23
+
### Fixed
24
+
25
+
26
+
### Security
27
+
28
+
29
+
### Obsolete
30
+
31
+
32
+
## [2.11.0] - 2026-03-19
33
+
34
+
### Added
35
+
36
+
- Added a `WebSocketPath` field to `UnityTransport.ConnectionData` (which also shows up in the inspector if "Use WebSockets" is checked) that controls the path clients will connect to and servers/hosts will listen on when using WebSockets. (#3901)
37
+
-`NetworkTransport.EarlyUpdate` and `NetworkTransport.PostLateUpdate` are now public. For the vast majority of users, there's really no point in ever calling those methods directly (the `NetworkManager` handles it). It's only useful if wrapping transports outside of NGO. (#3890)
38
+
22
39
### Removed
23
40
- Removed un-needed exceptions on `NetworkObject.cs`. (#3867)
24
41
@@ -28,9 +45,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
28
45
- NestedNetworkVariables initialized with no value no longer throw an error. (#3891)
29
46
- Fixed `NetworkShow` behavior when it is called twice. (#3867)
30
47
31
-
### Security
32
-
33
-
34
48
### Obsolete
35
49
-`NotListeningException` is now marked as obsolete as it is no longer used internally. (#3867)
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